Frequently Asked Question:
Bold character problem
Question
(vers. v7.25) If I work with the AddStandardFont function, I am able to print bold characters. Because this fonts do not support turkish characters I have to use AddTrueTypeFont. But with this function I am not able to print bold characters:
So there is no difference between:
AddTrueTypeFont("Arial {1254}", 1) and AddTrueTypeFont("Arial Bold {1254}", 1)
Answer
Try adding [] around the Bold i.e. [Bold].
fid = QP.AddTrueTypeFont("Arial [Bold] {1254}", 1);