Allow to set a style's wxFontEncoding
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -56,6 +56,13 @@ attributes of a `wx.Font`.", "");
|
||||
DocStr(wxStyledTextCtrl::StyleSetFontAttr,
|
||||
"Set all font style attributes at once.", "");
|
||||
|
||||
DocStr(wxStyledTextCtrl::StyleSetCharacterSet,
|
||||
"Set the character set of the font in a style. Converts the Scintilla
|
||||
wx.stc.STC_CHARSET_* set values to a wxFontEncoding.", "");
|
||||
|
||||
DocStr(wxStyledTextCtrl::StyleSetFontEncoding,
|
||||
"Set the font encoding to be used by a style.", "");
|
||||
|
||||
DocStr(wxStyledTextCtrl::CmdKeyExecute,
|
||||
"Perform one of the operations defined by the wx.stc.STC_CMD_* constants.", "");
|
||||
|
||||
|
Reference in New Issue
Block a user