]> git.saurik.com Git - wxWidgets.git/commit
Use better face names first in wxGTK wxNativeFontInfo::SetFamily().
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 9 May 2012 14:24:03 +0000 (14:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 9 May 2012 14:24:03 +0000 (14:24 +0000)
commit1b6369858119a96f73a798c2bf44206cd566a188
tree5d2c8a4f2ad2bce604efd5c53910fbe3d04c85fd
parent912886949a38fe8f00e573337f53d4942bfed14a
Use better face names first in wxGTK wxNativeFontInfo::SetFamily().

Try better matches and not the most widespread ones first when building a list
of face names to try for the given family. This gives better results when
these better fonts are indeed available and doesn't change anything if they
are not.

See #14126.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/unix/fontutil.cpp