RESOLVED INVALID Bug 49879
[Qt] FontPlatformDataQt: Use pixelsize not pointsize
https://bugs.webkit.org/show_bug.cgi?id=49879
Summary [Qt] FontPlatformDataQt: Use pixelsize not pointsize
Robert Hogan
Reported 2010-11-21 05:01:27 PST
QFont::pointSizeF always returns -1 if you use setPixelSize() like FontPlatformDataQt. So use pixelSize rather than pointSizeF elsewhere in the class.
Attachments
Patch (2.72 KB, patch)
2010-11-21 05:04 PST, Robert Hogan
no flags
Robert Hogan
Comment 1 2010-11-21 05:04:02 PST
Robert Hogan
Comment 2 2010-11-21 05:37:06 PST
Benjamin, does this look correct to you?
Note You need to log in before you can comment on or make changes to this bug.