May 2019
Intermediate to advanced
542 pages
13h 37m
English
Qt rich text supports many tags for altering the basic appearance of the text, as follows:
<p>Fight fighter 2 is the <i>amazing</i> sequel to <u>Fight Fighter</u>, an <s>intense</s> ultra-intense multiplayer action game from <b>FightSoft Software, LLC</b>.</p>
In this example, we've used the following tags:
| Tag | Result |
|---|---|
| <i> | Italic |
| <b> | Bold |
| <u> | Underlined |
| <s> | Strikethrough |
These are cosmetic tags, and each of them alters the appearance of the text inside the tag as indicated. In addition to these tags, some lesser-used tags for the sizing and position of text are supported, including the following:
<p>Fight Fighter 2's new Ultra-Action<sup>TM</sup> technology delivers low-latency combat like never before. Best ...
Read now
Unlock full access