Allow using wxDEFAULT as font size in wxOSX.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 30 Apr 2013 10:27:32 +0000 (10:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 30 Apr 2013 10:27:32 +0000 (10:27 +0000)
commit659ca93c425faabda30fce9dee68b38cb6868d14
treefb5d2ece197c535e0e5865eeb1746d51a784de02
parent039d4cfb78de4d8a8b97e542e9abd574a5db02eb
Allow using wxDEFAULT as font size in wxOSX.

Using wxDEFAULT as the font size in wxOSX resulted in creating 70pt font,
change this to use the normal font size instead for compatibility with the
other platforms.

Also allow using -1 as wxDEFAULT for compatibility with wxGTK, see #12541.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/osx/carbon/font.cpp