]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/font.h
Small speed up to fonts and support for scaling.
[wxWidgets.git] / include / wx / gtk1 / font.h
index 90448b370483a4684b636693f0172efc6441d2f9..d66fbe1c1c97222377a609dcba549ea5961cacf1 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef __GTKFONTH__
 #define __GTKFONTH__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface
 #endif
 
@@ -96,10 +96,15 @@ public:
     virtual void SetEncoding(wxFontEncoding encoding);
     virtual void SetNativeFontInfo( const wxNativeFontInfo& info );
 
+    virtual void SetNoAntiAliasing( bool no = TRUE );
+    virtual bool GetNoAntiAliasing();
+    
     // implementation from now on
     void Unshare();
 
+#ifndef __WXGTK20__
     GdkFont* GetInternalFont(float scale = 1.0) const;
+#endif
 
     // no data :-)