X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/75c60b3e6543c69c99579854c7ab0db590cb0bbe..7848088476db284a94f19eeb24411b45d676ac46:/src/stc/stc.h.in diff --git a/src/stc/stc.h.in b/src/stc/stc.h.in index 34b5c6c067..f28b7fd7ac 100644 --- a/src/stc/stc.h.in +++ b/src/stc/stc.h.in @@ -210,7 +210,14 @@ public: bool DoDropText(long x, long y, const wxString& data); #endif + // Specify whether anti-aliased fonts should be used. Will have no effect + // on some platforms, but on some (wxMac for example) can greatly improve + // performance. + void SetUseAntiAliasing(bool useAA); + // Returns the current UseAntiAliasing setting. + bool GetUseAntiAliasing(); + //----------------------------------------------------------------------