Add wxFont::SetSymbolicSize() and SetSymbolicSizeRelativeTo().
These methods allow to set the font size using CSS-like absolute size specifications. Notice that the factors used here are incompatible with (but better than) the ones used in wxBuildFontSizes() in src/html/winpars.cpp. In the future it would be nice to reuse the new wxFont functions in wxHTML code. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -468,6 +468,7 @@ All (GUI):
|
||||
- Added support for saving as GIF and animated GIF (troelsk).
|
||||
- Fix wxWrapSizer minimal size calculation (Catalin Raceanu).
|
||||
- Added wxFont::Underlined() and MakeUnderlined() methods.
|
||||
- Added wxFont::SetSymbolicSize() and related methods.
|
||||
|
||||
GTK:
|
||||
|
||||
|
Reference in New Issue
Block a user