Allow displaying Japanese character with wxMotif/ANSI under a
authorMattia Barbon <mbarbon@cpan.org>
Sun, 31 Jul 2005 09:42:16 +0000 (09:42 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 31 Jul 2005 09:42:16 +0000 (09:42 +0000)
commit996994c7143b7a487f3db7a53780097dc5cf2ddd
treef9d00fcdb606306c4c3d11e6198945e36c2651af
parent328f4fee60529aa3d924415c2fe048a225b43122
  Allow displaying Japanese character with wxMotif/ANSI under a
Japanese EUC-JP locale:

- add a #define (wxMOTIF_NEW_FONT_HANDLING) defaulting to
  off
- factor the code for getting text extents in a central
  wxGetTextExtent function
- when the new font handling is enabled load a fontset instead of
  a single font. For non-Japanese locales this should load a fontset
  containing a single font.
- on a Japanese locale set the default point size to 15: the Japanese
  fonts I have are much more readable like this.
- do not set the wordwrap property for multiline wxTextCtrl with
  OpenMotif 2.1, otherwise it crashes when text is added

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/defs.h
include/wx/motif/font.h
include/wx/motif/private.h
samples/internat/internat.cpp
src/motif/dcclient.cpp
src/motif/font.cpp
src/motif/settings.cpp
src/motif/textctrl.cpp
src/motif/window.cpp
version-script.in