Qt 4.8
Public Variables | List of all members
QTextLayout::FormatRange Class Reference

The QTextLayout::FormatRange structure is used to apply extra formatting information for a specified area in the text layout's content. More...

#include <qtextlayout.h>

Public Variables

QTextCharFormat format
 Specifies the format to apply. More...
 
int length
 Specifies the numer of characters the format range spans. More...
 
int start
 Specifies the beginning of the format range within the text layout's text. More...
 

Detailed Description

The QTextLayout::FormatRange structure is used to apply extra formatting information for a specified area in the text layout's content.

Note
This class or function is reentrant.
See also
QTextLayout::setAdditionalFormats(), QTextLayout::draw()

Definition at line 128 of file qtextlayout.h.

Properties

◆ format

QTextLayout::FormatRange::format

◆ length

QTextLayout::FormatRange::length

◆ start

QTextLayout::FormatRange::start

The documentation for this class was generated from the following files: