return false;
}
+ wxArrayString fontFamilies ;
+
+#if wxMAC_USE_ATSU_TEXT || wxMAC_USE_CORE_TEXT
+
//
// From Apple's QA 1471 http://developer.apple.com/qa/qa2006/qa1471.html
//
ATSFontFamilyRef theATSFontFamilyRef = 0;
OSStatus status = noErr;
- wxArrayString fontFamilies ;
-
// Create the iterator
status = ATSFontFamilyIteratorCreate(kATSFontContextLocal, nil,nil,
kATSOptionFlagsUnRestrictedScope,
}
}
ATSFontFamilyIteratorRelease(&theFontFamilyIterator);
+#endif
for ( size_t i = 0 ; i < fontFamilies.Count() ; ++i )
{