1. added a brief overview of Unicode support
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 29 Sep 1999 19:02:07 +0000 (19:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 29 Sep 1999 19:02:07 +0000 (19:02 +0000)
commit0c5d3e1ccd1d27ab0cf913ddbffb1b54b5802f3a
treeef46b33c88893dbdca486f8ea07d50539493f2b6
parent7a3ac804897d5cffdf2e79556a510d31898cdf0d
1. added a brief overview of Unicode support
2. added and documented wxBITMAP() macros (as wxICON)
3. restructured wxFont class, added support of encoding parameter
4. regenerated makefiles to compile the new fontcmn.cpp file
5. corrected bug with non existing files in document-view history

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
24 files changed:
docs/latex/wx/font.tex
docs/latex/wx/function.tex
docs/latex/wx/tbitmap.tex
docs/latex/wx/tunicode.tex [new file with mode: 0644]
include/wx/docview.h
include/wx/font.h
include/wx/gdicmn.h
include/wx/gtk/font.h
include/wx/gtk1/font.h
include/wx/msw/font.h
src/common/docview.cpp
src/common/fontcmn.cpp [new file with mode: 0644]
src/common/string.cpp
src/gtk/font.cpp
src/gtk1/font.cpp
src/html/helpdata.cpp
src/msw/font.cpp
src/msw/makefile.b32
src/msw/makefile.bcc
src/msw/makefile.dos
src/msw/makefile.g95
src/msw/makefile.sc
src/msw/makefile.vc
src/msw/makefile.wat