-#if wxUSE_PANGO
- int ret = M_FONTDATA->m_family;
- if (M_FONTDATA->HasNativeFont())
- // wxNativeFontInfo::GetFamily is expensive, must not call more than once
- ret = M_FONTDATA->m_nativeFontInfo.GetFamily();
-
- if (ret == wxFONTFAMILY_DEFAULT)
- ret = M_FONTDATA->m_family;
-
- return ret;
-#else