X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a818b15a1887257cc9f7bca82ae69c7ab014fbc..c6f73d05ccfcb08fc5d245ba49b73d8e0cd43d4d:/include/wx/stc/stc.h diff --git a/include/wx/stc/stc.h b/include/wx/stc/stc.h index a9dcb71234..fa819fb689 100644 --- a/include/wx/stc/stc.h +++ b/include/wx/stc/stc.h @@ -2482,7 +2482,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(); + //----------------------------------------------------------------------