summaryrefslogtreecommitdiffstats
path: root/examples/widgets/richtext/README
blob: 647029b8a2613a024ec56e19df23ae7b981e5aac (plain)
1
2
3
4
5
6
7
8
9
10
11
Qt provides powerful document-oriented rich text engine that supports Unicode
and right-to-left scripts. Documents can be manipulated using a cursor-based
API, and their contents can be imported and exported as both HTML and in a
custom XML format.

Text is rendered using anti-aliased outline fonts to provide the best
possible on-screen representation.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.