moved wxMGL's font management code to common so that it can be reused by wxDFB; imple...
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 20 Nov 2006 20:45:57 +0000 (20:45 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 20 Nov 2006 20:45:57 +0000 (20:45 +0000)
commitd7ae4a62645d369fbd6b8b5f3f0e12ee86536da1
tree4a89274a7df13c6088f81ccc1da62920954893b8
parent9e1fc0e42822fdf1159582f1b73cde0c7d15bc92
moved wxMGL's font management code to common so that it can be reused by wxDFB; implemented wxDFB part

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
22 files changed:
Makefile.in
build/bakefiles/files.bkl
configure
configure.in
include/wx/dfb/chkconf.h
include/wx/dfb/dc.h
include/wx/dfb/font.h
include/wx/dfb/private/fontmgr.h [new file with mode: 0644]
include/wx/dfb/wrapdfb.h
include/wx/fontutil.h
include/wx/mgl/font.h
include/wx/mgl/fontutil.h [deleted file]
include/wx/mgl/private/fontmgr.h [new file with mode: 0644]
include/wx/private/fontmgr.h [new file with mode: 0644]
src/common/fontmgrcmn.cpp [new file with mode: 0644]
src/dfb/app.cpp
src/dfb/dc.cpp
src/dfb/fontmgr.cpp [new file with mode: 0644]
src/mgl/app.cpp
src/mgl/fontenum.cpp
src/mgl/fontmgr.cpp [new file with mode: 0644]
src/mgl/fontutil.cpp