]> git.saurik.com Git - wxWidgets.git/commit - src/generic/graphicc.cpp
Allow creating wxGraphicsFont without using wxFont.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Oct 2011 22:07:29 +0000 (22:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Oct 2011 22:07:29 +0000 (22:07 +0000)
commitfa378d369f620debdfe719cb4c1a1c577137fb26
treed989a1c7a663bea4a6823899e805ab1539acdf37
parenta95f35b07a16da17339e3189448e0a5fa0e85bb2
Allow creating wxGraphicsFont without using wxFont.

This is mostly important to allow using wxImage-based wxGraphicsContext
without requiring X server connection under Unix: as wxFont can't be used
without X server, we needed another way to create wxGraphicsFont in this case.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/graphics.h
interface/wx/graphics.h
samples/image/image.cpp
src/common/graphcmn.cpp
src/generic/graphicc.cpp
src/msw/graphics.cpp
src/osx/carbon/graphics.cpp