Tagged Questions

1
vote
1answer
48 views

how to set bold font

I'm using DrawText . I need the text to be Bold while printing . SetFontFlags(0, 0, 0, 0, 0, 0, 0, 1); has no effeect applyStyle('Bold'); has no effeect The only th …
1
vote
1answer
28 views

Font Naming error

Hello, Using the AddTrueTypeFontFromFile fonts loose their spacing between words. I.e "Times New" becomes "TimesNew" or "Mason Regular" becomes "MasonRegular". Any ideas how to fix …
1
vote
1answer
41 views

Problem Setting FontFlags

Help, please. I want to set Small Caps flag, but nothing heppens when draw Text. My, code: QP.SetTextAlign(1); int TimesNewRoman = QP.AddStandardFont(8); QP.SelectFont(TimesNewRom …
1
vote
1answer
115 views

Draw text with Korean font onto PDF

I am trying to type some Korean characters in the PDF with this library, but it looks impossible to add Korean characters with this. Please let me know the best way to display Kore …
2
votes
2answers
415 views

extract fonts from pdf

I've looked over the documentation, but it is less than clear (at least to me) how to extract a font and save it to a file. Anyone have some sample code?
1
vote
1answer
93 views

How can I specify which font I want to use when creating tables in a PDF?

How can I specify which font I want to use when creating tables in a PDF?
1
vote
1answer
33 views

Manually check to see if a font can be embedded or not

How can I manually check in Windows Explorer to see whether a font can be embedded or not?