1. renamed wxFontMapper::IsWxFontMapper() to IsDummy() (with reverse semantics)
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 7 Jun 2006 17:49:27 +0000 (17:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 7 Jun 2006 17:49:27 +0000 (17:49 +0000)
commitd5bfbd9ab85dd7f07f5cb97353bca4963e63202a
treebe4c5fd05405a2e3876939a940c08ebbc7560e89
parent4e3e485bc855bb6aa3e3e7978eac9fb5eea0287e
1. renamed wxFontMapper::IsWxFontMapper() to IsDummy() (with reverse semantics)
2. added wxFontMapper::Reset() to only do the cast needed when deleting
   the font mapper object once
3. reset the dummy font mapper created during the app initialization in
   wxFontMapperModule and not in init.cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/fontmap.h
src/common/fmapbase.cpp
src/common/fontmap.cpp
src/common/init.cpp