Added wxRichTextCtrl superscript and subscript support (Knut Petter Lehre).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -202,6 +202,12 @@ class WXDLLIMPEXP_FWD_RICHTEXT wxRichTextBuffer;
|
||||
// flag to InsertFragment and DeleteRange to indicate the appropriate mode.
|
||||
#define wxTEXT_ATTR_KEEP_FIRST_PARA_STYLE 0x10000000
|
||||
|
||||
/*!
|
||||
* Default superscript/subscript font multiplication factor
|
||||
*/
|
||||
|
||||
#define wxSCRIPT_MUL_FACTOR 1.5
|
||||
|
||||
/*!
|
||||
* wxRichTextFontTable
|
||||
* Manages quick access to a pool of fonts for rendering rich text
|
||||
|
Reference in New Issue
Block a user