Review Request: Support decimal font sizes (such as 8.6 pt) in KFontDialog

Christoph Feck christoph at maxiom.de
Mon Jun 29 03:46:30 BST 2009


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.kde.org/r/904/
-----------------------------------------------------------

(Updated 2009-06-28 19:46:29.798360)


Review request for kdelibs.


Changes
-------

Fixed #includes, now compiles without --enable-final :)


Summary
-------

Changes KFontDialog and related classes (KFontChooser, KFontRequester) to support fractional font sizes (currently, only one decimal digit is supported, I guess this is sufficient to close the bug report).

QFont already had support for fractional font sizes. 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.

There may be a need for a KFontSizeFAction class in KDE, but before I add anything to KDE, I better ask for a review :)


This addresses bug 122618.
    https://bugs.kde.org/show_bug.cgi?id=122618


Diffs (updated)
-----

  /trunk/KDE/kdelibs/kdeui/fonts/kfontchooser.h 988883 
  /trunk/KDE/kdelibs/kdeui/fonts/kfontchooser.cpp 988883 
  /trunk/KDE/kdelibs/kdeui/fonts/kfontcombobox.cpp 988883 
  /trunk/KDE/kdelibs/kdeui/fonts/kfontrequester.cpp 988883 

Diff: http://reviewboard.kde.org/r/904/diff


Testing
-------


Thanks,

Christoph





More information about the kde-core-devel mailing list