]> git.saurik.com Git - wxWidgets.git/commit - interface/wx/font.h
implement wxNativeFontInfo::SetFamily for wxGTK with the same logic used by wxMSW...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 12 Apr 2009 22:53:26 +0000 (22:53 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 12 Apr 2009 22:53:26 +0000 (22:53 +0000)
commit6aea1e4a7067d8e7cbac03833b64a363baefcb16
tree5e9cf97fc07970f1e1e75cd70754fbd1c481a7b8
parent40531a9fda944fd68a694f143dd9db36d23c49c5
implement wxNativeFontInfo::SetFamily for wxGTK with the same logic used by wxMSW; remove the now useless m_family from wxGTK's wxFont implementation; better docs for many wxFont functions (don't use typeface term; use the 'face name' one instead) and wxFontFamily

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/font.h
src/gtk/font.cpp
src/unix/fontutil.cpp
tests/font/fonttest.cpp