ATSU Rendering Support added

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2002-01-11 13:27:19 +00:00
parent dae752d4b1
commit 477594f737
2 changed files with 12 additions and 3 deletions

View File

@@ -68,11 +68,12 @@ protected:
bool m_underlined;
wxString m_faceName;
wxFontEncoding m_encoding;
public :
short m_macFontNum ;
short m_macFontSize ;
unsigned char m_macFontStyle ;
wxUint32 m_macATSUFontID ;
public :
void MacFindFont() ;
};