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:
@@ -345,6 +345,9 @@ Deprecated methods and their replacements
|
||||
the static box itself.
|
||||
- wxMouseState::{Left,Middle,Right}Down() were renamed to XXXIsDown() for
|
||||
consistency with wxMouseEvent and the old names were deprecated.
|
||||
- wxFont::SetNoAntiAliasing() was deprecated, it never really worked in most
|
||||
ports and was always marked as "experimental" API. It will be replaced with
|
||||
wxDC-level anti-aliasing control in the future.
|
||||
|
||||
|
||||
Major new features in this release
|
||||
|
Reference in New Issue
Block a user