Hi,
Got an existing application with lots of code like this:
textpoint := PointF(frm.bodyleftmargin, pdfdoc.GetHeaderRect.Top - PGfontoffset);
pdfdoc.Graphics.Font.Style := [TFontStyle.fsBold];
pdfdoc.Graphics.DrawText(FSessionData.Title, textpoint);
The TFontStyle settings have started to have no effect with version 3.6.2.2 (been working always before this version), everything just prints out standard weight, no Bold, no Italics.
Thanks,
Pete