The QTextLayout::FormatRange structure is used to apply extra formatting information for a specified area in the text layout's content. More...
QTextCharFormat | format |
int | length |
int | start |
The QTextLayout::FormatRange structure is used to apply extra formatting information for a specified area in the text layout's content.
See also QTextLayout::setAdditionalFormats() and QTextLayout::draw().
Specifies the format to apply.
Specifies the numer of characters the format range spans.
Specifies the beginning of the format range within the text layout's text.