Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-139555

qpdf.cpp writes font.pixelSize instead of pointSize in PDF

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 6.9.1
    • GUI: Printing
    • None
    • All

      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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            srutledg Shawn Rutledge
            erict Eric
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes