Removed wxFont::Set/GetNoAntiAliasing() implementations.
Most of them were dummy and didn't do anything and this API was never meant to be used anyhow. Keep just the declarations in wxFontBase but mark them as deprecated. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -140,7 +140,7 @@ Font::~Font() {
|
||||
|
||||
void Font::Create(const char *faceName, int characterSet,
|
||||
int size, bool bold, bool italic,
|
||||
bool extraFontFlag) {
|
||||
bool WXUNUSED(extraFontFlag)) {
|
||||
Release();
|
||||
|
||||
// The minus one is done because since Scintilla uses SC_SHARSET_DEFAULT
|
||||
@@ -160,7 +160,6 @@ void Font::Create(const char *faceName, int characterSet,
|
||||
false,
|
||||
stc2wx(faceName),
|
||||
encoding);
|
||||
font->SetNoAntiAliasing(!extraFontFlag);
|
||||
id = font;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user