]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/font.h
Added wxSHOW_EFFECT_NONE.
[wxWidgets.git] / include / wx / osx / font.h
index 79fb78b7c49402a18e279e66f612d7b09fd501ba..6f379089c0d9dbca08ab288a85d3554ee997f93d 100644 (file)
@@ -60,7 +60,7 @@ public:
     {
         Create(size, family, style, weight, underlined, face, encoding);
     }
-    
+
     wxFont(const wxSize& pixelSize,
            wxFontFamily family,
            wxFontStyle style,
@@ -72,7 +72,7 @@ public:
         Create(10, family, style, weight, underlined, face, encoding);
         SetPixelSize(pixelSize);
     }
-    
+
     bool Create(int size,
                 wxFontFamily family,
                 wxFontStyle style,
@@ -91,7 +91,7 @@ public:
     bool Create(const wxNativeFontInfo& info);
 
     bool CreateSystemFont(wxOSXSystemFont font);
-    
+
     virtual ~wxFont();
 
     // implement base class pure virtuals