]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/font.h
Correction in comment in closing #endif.
[wxWidgets.git] / include / wx / mac / carbon / font.h
index 5968f65705ade0610a9066f891e334deed4e1b98..10c07dbb2d0e3c441bc4105e2f2a955e3bfa222b 100644 (file)
@@ -96,15 +96,24 @@ public:
 
     // Unofficial API, don't use
     virtual void SetNoAntiAliasing( bool noAA = TRUE ) ;
-    virtual bool GetNoAntiAliasing() ;
+    virtual bool GetNoAntiAliasing() const  ;
 
     // Mac-specific, risks to change, don't use in portable code
+    
+    // 'old' Quickdraw accessors
+    
     short MacGetFontNum() const;
     short MacGetFontSize() const;
     wxByte  MacGetFontStyle() const;
+    
+    // 'new' ATSUI accessors
+    
     wxUint32 MacGetATSUFontID() const;
     wxUint32 MacGetATSUAdditionalQDStyles() const;
     wxUint16 MacGetThemeFontID() const ;
+    // Returns an ATSUStyle not ATSUStyle*
+    void* MacGetATSUStyle() const ; 
+    
 protected:
     // common part of all ctors
     void Init();