Support wxTELETYPE font family

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-02-21 23:41:35 +00:00
parent 6dfee8c4c2
commit 20a3ae94cc

View File

@@ -254,6 +254,7 @@ void wxFontRefData::MacFindFont()
break ;
case wxMODERN :
case wxTELETYPE:
m_faceName = wxT("Monaco");
break ;