]> git.saurik.com Git - wxWidgets.git/commitdiff
Allow to set a style's wxFontEncoding
authorRobin Dunn <robin@alldunn.com>
Tue, 19 Apr 2005 22:37:10 +0000 (22:37 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 19 Apr 2005 22:37:10 +0000 (22:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/CHANGES.txt

index 9e27cd9a84f93541869ae0df04fb1dec75a6bacf..cdfb9d47c96f7ad15ecf2847d2871cd6d1fe8711 100644 (file)
@@ -25,7 +25,8 @@ the strings will be in the utf-8 encoding and in an ansi build no
 assumption is made about the encoding.  The "UTF8" functions will
 attempt to always get/set utf-8 text, which will always be true in a
 unicode build, and in an ansi build will also be true as long as the
-utf-8 used is compatible with the current encoding.
+utf-8 used is compatible with the current encoding, (you'll get an
+exception otherwise.)
 
       AddTextRaw          AddTextUTF8
       InsertTextRaw       InsertTextUTF8
@@ -38,6 +39,10 @@ utf-8 used is compatible with the current encoding.
       AppendTextRaw       AppendTextUTF8
 
 
+wx.stc.StyledTextCtrl:  Added the StyleSetFontEncoding(style, enc)
+method that allows you to set the encoding to be used by the font for
+a particular style.
+