iOS Quartz embed font in pdf

后端 未结 1 1792
不思量自难忘°
不思量自难忘° 2021-01-12 08:27

I\'m trying to generate a PDF page with text that has custom symbols (e.g. \"€\") using a custom font. I\'ve created a PDF context and page using UIGraphicsBeginPDFContextTo

相关标签:
1条回答
  • 2021-01-12 08:41

    I have fought with this for quite a while and it turned out that TTF is automagically embedded while OTF is not. Converting my font just worked.

    0 讨论(0)
提交回复
热议问题