X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a818b15a1887257cc9f7bca82ae69c7ab014fbc..b5d43d1d73da3d4c690af39466fd1d73889df2db:/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(); + //----------------------------------------------------------------------