You've already forked lazarus-ccr
jvcllaz: TJvMarkupLabel|Viewer support sub- and superscripts.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8277 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -457,8 +457,7 @@ object MainForm: TMainForm
|
||||
'<br><font size="6">small text</font> and <font size="20">large</font> text'
|
||||
'<br>A different font face: <font face="Times" size="14">Times</font>'
|
||||
'<br>HTML entities: & ™ √α β γ δ 90°'
|
||||
'<br>Subscripts and superscripts are not supported:'
|
||||
'10 cm<sup>3</sup> H<sub>2</sub>O '
|
||||
'<br>Subscripts and superscripts: 10 cm<sup>3</sup> H<sub>2</sub>O '
|
||||
)
|
||||
VisibleSpecialChars = [vscSpace, vscTabAtLast]
|
||||
SelectedColor.BackPriority = 50
|
||||
|
Reference in New Issue
Block a user