]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/font.h
Reverted part of patch #876969 ("Fixes to Borland warnings"), resulted in bugs when...
[wxWidgets.git] / include / wx / mac / font.h
index 08551a88bd167e9022f06fd378c749b5ddb9d980..78aa2f4d5f2f44eac7f0f700f60afa261a1da758 100644 (file)
@@ -95,6 +95,13 @@ public:
     // Unofficial API, don't use
     virtual void SetNoAntiAliasing( bool noAA = TRUE ) ;
     virtual bool GetNoAntiAliasing() ;
+
+    // Mac-specific, risks to change, don't use in portable code
+    short GetMacFontNum() const;
+    short GetMacFontSize() const;
+    wxByte  GetMacFontStyle() const;
+    wxUint32 GetMacATSUFontID() const;
+
 protected:
     // common part of all ctors
     void Init();