trying to simplify and optimize font handling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -154,9 +154,6 @@ public:
|
||||
void EnsureValid();
|
||||
|
||||
bool m_descriptorValid;
|
||||
#if wxOSX_USE_CORE_TEXT
|
||||
CTFontDescriptorRef m_ctFontDescriptor;
|
||||
#endif
|
||||
|
||||
#if wxOSX_USE_ATSU_TEXT
|
||||
bool m_atsuFontValid;
|
||||
@@ -168,13 +165,6 @@ public:
|
||||
wxInt16 m_qdFontFamily;
|
||||
wxInt16 m_qdFontStyle;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if wxOSX_USE_COCOA
|
||||
WX_NSFontDescriptor m_nsFontDescriptor;
|
||||
void OSXValidateNSFontDescriptor();
|
||||
#endif
|
||||
#if wxOSX_USE_IPHONE
|
||||
#endif
|
||||
|
||||
int m_pointSize;
|
||||
|
Reference in New Issue
Block a user