]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/font.h
minor fix to wxFileName::MakeRelativeTo(), removed broken and misleading IsWild(...
[wxWidgets.git] / include / wx / mac / font.h
index 220900327af64810b51b27b000d42a007d21c6d3..d9edd98f8e565013e90d0b8c961a5c185841cc1b 100644 (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() ;
 };