Font fixes for the font dialog

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2002-08-11 23:47:44 +00:00
parent 9bc138582e
commit 07df68c89a
5 changed files with 186 additions and 74 deletions

View File

@@ -453,16 +453,19 @@ void wxOS2SelectMatchingFontByName(
break;
case wxDECORATIVE:
sFaceName = wxT("WarpSans");
break;
case wxROMAN:
sFaceName = wxT("Tms Rmn");
sFaceName = wxT("Times New Roman");
break;
case wxTELETYPE:
sFaceName = wxT("Courier") ;
sFaceName = wxT("Courier New") ;
break;
case wxMODERN:
sFaceName = wxT("System VIO") ;
sFaceName = wxT("Arial") ;
break;
case wxSWISS:
@@ -471,7 +474,7 @@ void wxOS2SelectMatchingFontByName(
case wxDEFAULT:
default:
sFaceName = wxT("System VIO") ;
sFaceName = wxT("System Proportional") ;
}
switch (pFont->GetWeight())