Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about iOS development and PDF

How to set Custom Font in PDF

More
10 years 1 week ago #11133 by Gayathri
Hi,
I am looking to update custom font inside PDF Reader. I see font mapping in PDFVGlobal. Can I add my *.ttf file to PDF Reader and set to my custom font?
How to set custom font for text inside PDF. How can I achieve this?
I am working on both Android and iOS.
Thank You in advance.
More
10 years 1 week ago #11135 by Davide
Hi,
if you mean change the font of the pdf itself, this is not possible.

If you mean add a not embedded font to the pdf to render it correctly, please follow this guide : www.radaeepdf.com/support/knowledge-base...=component&kbartid=5

If you mean set new font for annotations, you should use something like that (Global.java) :
Code:
if (!setAnnotFont("DroidSansFallback") && !setAnnotFont("Arimo") && face_name != null) { setAnnotFont(face_name); }
More
10 years 1 week ago #11141 by emanuele
Hi,

here is the Knowledge Base article that shows how to add a custom font
Time to create page: 0.467 seconds
Powered by Kunena Forum