not wxFONTFAMILY_SWISS.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35269
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
case wxFONTFAMILY_TELETYPE:
pango_font_description_set_family( m_nativeFontInfo.description, "monospace" );
break;
case wxFONTFAMILY_TELETYPE:
pango_font_description_set_family( m_nativeFontInfo.description, "monospace" );
break;
- case wxFONTFAMILY_SWISS:
+ case wxFONTFAMILY_ROMAN:
pango_font_description_set_family( m_nativeFontInfo.description, "serif" );
break;
default:
pango_font_description_set_family( m_nativeFontInfo.description, "serif" );
break;
default: