Summary: | Font size cannot be defined as float (8.6pt) in font dialog. | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | René Fritz <rf-kde> |
Component: | general | Assignee: | Christoph Feck <cfeck> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | lu.dolezal, mboquien, simon |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Example how it was solved in another DE |
Description
René Fritz
2006-02-24 11:54:42 UTC
Created attachment 29870 [details]
Example how it was solved in another DE
Hi, I realy agree with reporter. It's very unconfortable for me that I cannot set KDE font size to float values. Especialy with "Deja Vu Sans" is between size 8 and 9 very big difference (for me).. I'll try to find code, which causes it, but I can't promise anythink :) A patch has been added to reviewboard, see http://reviewboard.kde.org/r/904/ SVN commit 1002561 by cfeck: Support decimal font sizes (such as 8.6 pt) in KFontDialog QFont already had support for fractional font sizes since Qt 2. Applications that do not use QFont::pointSizeF() but pointSize() will get the rounded size. Most applications, however, simply request a font, use it, or store it using KConfig, so they will support fractional font sizes transparently. http://reviewboard.kde.org/r/904/ BUG: 122618 M +64 -43 kfontchooser.cpp M +1 -1 kfontchooser.h M +6 -6 kfontcombobox.cpp M +10 -4 kfontrequester.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1002561 |