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:
wp_xxyyzz
2022-05-07 15:47:09 +00:00
parent e017e82ce5
commit 4ff3aaab44
4 changed files with 88 additions and 8 deletions

View File

@ -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: &amp; &trade; &radic;&alpha; &beta; &gamma; &delta; 90&deg;'
'<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