Font updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2002-08-22 01:02:37 +00:00
parent 49218ee6c9
commit 1b75810c8d
4 changed files with 20 additions and 12 deletions

View File

@@ -487,7 +487,7 @@ void wxOS2SelectMatchingFontByName(
switch (pFont->GetFamily())
{
case wxSCRIPT:
sFaceName = wxT("Script");
sFaceName = wxT("Tms Rmn");
break;
case wxDECORATIVE:
@@ -495,15 +495,15 @@ void wxOS2SelectMatchingFontByName(
break;
case wxROMAN:
sFaceName = wxT("Times New Roman");
sFaceName = wxT("Tms Rmn");
break;
case wxTELETYPE:
sFaceName = wxT("Courier New") ;
sFaceName = wxT("Courier") ;
break;
case wxMODERN:
sFaceName = wxT("Courier New") ;
sFaceName = wxT("System VIO") ;
break;
case wxSWISS: