added msw.font.no-proof-quality system option as it makes more fonts available (feature request 1617941)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46267 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -153,6 +153,13 @@ wxX11:
|
||||
- Make Enter key activate the default button (David Hart)
|
||||
|
||||
|
||||
2.8.5
|
||||
-----
|
||||
|
||||
wxMSW:
|
||||
|
||||
- Added msw.font.no-proof-quality system option, see manual for description
|
||||
|
||||
2.8.4
|
||||
-----
|
||||
|
||||
|
@@ -31,6 +31,11 @@ Setting this to 0 causes more flicker, but allows applications to paint graphics
|
||||
\twocolitem{msw.display.directdraw}{If set to 1, use DirectDraw-based implementation of
|
||||
\helpref{wxDisplay}{wxdisplay}. By default the standard Win32 functions are
|
||||
used.}
|
||||
\twocolitem{msw.font.no-proof-quality}{If set to 1, use default fonts quality
|
||||
instead of proof quality when creating fonts. With proof quality the fonts
|
||||
have slightly better appearance but not all fonts are available in this
|
||||
quality, e.g. the Terminal font in small sizes is not and this option may be
|
||||
used if wider fonts selection is more important than higher quality.}
|
||||
\end{twocollist}
|
||||
|
||||
\wxheading{GTK}
|
||||
|
Reference in New Issue
Block a user