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 |
bool | operator!=(const FormatRange &lhs, const FormatRange &rhs) |
bool | operator==(const FormatRange &lhs, const FormatRange &rhs) |
See also QTextLayout::setFormats() and QTextLayout::draw().
Specifies the format to apply.
Specifies the number of characters the format range spans.
Specifies the beginning of the format range within the text layout's text.
Returns true if any of the start
, length
, or format
fields in lhs and rhs contain different values respectively.
Returns true if the start
, length
, and format
fields in lhs and rhs contain the same values respectively.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qtextlayout-formatrange.html