void Free();
void EnsureValid();
-
+
bool m_descriptorValid;
#if wxOSX_USE_CORE_TEXT
CTFontDescriptorRef m_ctFontDescriptor;
#if wxOSX_USE_COCOA
WX_NSFontDescriptor m_nsFontDescriptor;
- void ValidateNSFontDescriptor();
+ void OSXValidateNSFontDescriptor();
#endif
#if wxOSX_USE_IPHONE
#endif