]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/PlatWX.cpp
moved OLE files group under MSW files -- this is more logical
[wxWidgets.git] / src / stc / PlatWX.cpp
index 68bd44f2ea8d54324c26884ef0f6eb1509de1649..54ba588dd19e910a22f2d20d4a44d595db66d1aa 100644 (file)
@@ -189,6 +189,9 @@ void Font::Create(const char *faceName, int characterSet, int size, bool bold, b
                     false,
                     stc2wx(faceName),
                     encoding);
+#ifdef __WXMAC__
+        ((wxFont*)id)->SetNoAntiAliasing( true ) ;
+#endif
 }