FormatRange 结构体
struct QTextLayout::FormatRangeQTextLayout::FormatRange 结构体用于在文本布局的内容中指定区域应用额外的格式信息。
公共变量
相关的非成员
bool | operator!=(const QTextLayout::FormatRange &lhs, const QTextLayout::FormatRange &rhs) |
bool | operator==(const QTextLayout::FormatRange &lhs, const QTextLayout::FormatRange &rhs) |
另请参阅QTextLayout::setFormats() 和 QTextLayout::draw。
成员变量文档
QTextCharFormat FormatRange::format
指定要应用的格式。
int FormatRange::length
指定格式范围包含的字数。
int FormatRange::start
指定格式在文本布局文本中的开始位置。
相关的非成员
bool operator!=(const QTextLayout::FormatRange &lhs, const QTextLayout::FormatRange &rhs)
如果 lhs 和 rhs 中的 start
、length
或 format
字段分别包含不同的值,则返回 true。
bool operator==(const QTextLayout::FormatRange &;《i translate="no">lhs`,const QTextLayout::FormatRange &;《i translate="no">rhs`)
如果 lhs 和 rhs 中的 start
、length
和 format
字段分别包含相同的值,则返回 true。
© 2024 Qt公司有限公司。本文档中包含的文档贡献的版权归各自的拥有者所有。此处提供的文档根据由自由软件基金会发布的《GNU自由文档许可证》第1.3版据许可条款颁发。Qt及其相关标志是Qt公司在芬兰以及全球其他国家的商标。商标。所有其他商标均归各自的拥有者所有。