Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about iOS development and PDF
  • Page:
  • 1

TOPIC:

How to set Custom Font in PDF 7 years 7 months ago #11133

  • Gayathri
  • Gayathri's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 12
  • Thank you received: 0
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.

Please Log in or Create an account to join the conversation.

How to set Custom Font in PDF 7 years 7 months ago #11135

  • Davide
  • Davide's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
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) :
if (!setAnnotFont("DroidSansFallback") &&
            !setAnnotFont("Arimo") && face_name != null) {
            setAnnotFont(face_name);
        }

Please Log in or Create an account to join the conversation.

How to set Custom Font in PDF 7 years 7 months ago #11141

  • emanuele
  • emanuele's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 580
  • Thank you received: 67
Hi,

here is the Knowledge Base article that shows how to add a custom font

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum