-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.9.1
-
None
When writing a pdf with QPdfWriter,
A text with a font set with setPointSizeF(10) happens to have a different point size in generated pdf, but when using setPixelSize(10), then in the pdf, the text has a point size of 10pt.
It seems qpdf.cpp uses pixelSize instead of pointSize.