X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fdec65df6d570fb9390fbb9f9c1b04535ec72e83..f357c0d42c17bf5be30e65e68cd99c474678da71:/src/stc/PlatWX.cpp diff --git a/src/stc/PlatWX.cpp b/src/stc/PlatWX.cpp index 68bd44f2ea..54ba588dd1 100644 --- a/src/stc/PlatWX.cpp +++ b/src/stc/PlatWX.cpp @@ -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 }