Removed CF_NOSIMULATIONS flag to increase range of available fonts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -66,7 +66,8 @@ IMPLEMENT_DYNAMIC_CLASS(wxFontDialog, wxDialog)
|
||||
|
||||
int wxFontDialog::ShowModal()
|
||||
{
|
||||
DWORD flags = CF_SCREENFONTS | CF_NOSIMULATIONS;
|
||||
// It should be OK to always use GDI simulations
|
||||
DWORD flags = CF_SCREENFONTS /* | CF_NOSIMULATIONS */ ;
|
||||
|
||||
LOGFONT logFont;
|
||||
|
||||
|
Reference in New Issue
Block a user