

Implements a plain text layout for QTextDocument Specifies a query for a font used for drawing text Qt provides an extensive collection of classes for parsing, rendering manipulating and editing rich text.Ībstract base class used to implement custom layouts for QTextDocuments Supported HTML Subset lists the HTML tags supported by QTextDocument.Advanced Rich Text Processing examines advanced rich text editing tasks.


The information within a document can be accessed via two complementary interfaces: A cursor-based interface is used for editing, and a read-only hierarchical interface provides a high level overview of the document structure. This enables the developer to create and modify structured rich text documents without having to prepare content in an intermediate markup format. Unlike previous rich text support in Qt, the new classes are centered around the QTextDocument class rather than raw textual information. The Scribe framework provides a set of classes for reading and manipulating structured rich text documents.
