bool m_underlined;
wxString m_faceName;
wxFontEncoding m_encoding;
-
+
public :
short m_macFontNum ;
short m_macFontSize ;
- Style m_macFontStyle ;
+ unsigned char m_macFontStyle ;
+ wxUint32 m_macATSUFontID ;
public :
void MacFindFont() ;
};
(void)Create(size, family, style, weight, underlined, face, encoding);
}
+ wxFont(const wxNativeFontInfo& info)
+ {
+ Init();
+
+ (void)Create(info);
+ }
+
+ wxFont(const wxString& fontDesc);
+
bool Create(int size,
int family,
int style,
const wxString& face = wxEmptyString,
wxFontEncoding encoding = wxFONTENCODING_DEFAULT);
+ bool Create(const wxNativeFontInfo& info);
+
virtual ~wxFont();
// assignment