wxString wxNativeFontInfo::GetFaceName() const
{
- wxString tmp = wxGTK_CONV_BACK( pango_font_description_get_family( description ) );
-
- return tmp;
+ return wxGTK_CONV_BACK_SYS(pango_font_description_get_family(description));
}
wxFontFamily wxNativeFontInfo::GetFamily() const
{
wxGtkString str(pango_font_description_to_string( description ));
- return wxGTK_CONV_BACK(str);
+ return wxGTK_CONV_BACK_SYS(str);
}
bool wxNativeFontInfo::FromUserString(const wxString& s)