]> git.saurik.com Git - wxWidgets.git/commit
Removed wxFont::Set/GetNoAntiAliasing() implementations.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 9 Oct 2009 13:04:59 +0000 (13:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 9 Oct 2009 13:04:59 +0000 (13:04 +0000)
commit8462a84b2caab30265823ebbdbdfc7cff91486e6
tree44c57a3757a4ab28ffb240204819f0e42f8da38c
parent7bfc10389a92d0a47cde6b7e43b3ed12314eb094
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
18 files changed:
docs/changes.txt
include/wx/dfb/font.h
include/wx/font.h
include/wx/gtk/font.h
include/wx/gtk1/font.h
include/wx/mgl/font.h
include/wx/osx/font.h
include/wx/private/fontmgr.h
include/wx/x11/font.h
src/common/dcgraph.cpp
src/common/fontmgrcmn.cpp
src/dfb/font.cpp
src/gtk/font.cpp
src/gtk1/font.cpp
src/mgl/font.cpp
src/osx/carbon/font.cpp
src/stc/PlatWX.cpp
src/x11/font.cpp