FormatRange 结构体

struct QTextLayout::FormatRange

QTextLayout::FormatRange 结构体用于在文本布局的内容中指定区域应用额外的格式信息。

公共变量

QTextCharFormatformat
intlength
intstart
booloperator!=(const QTextLayout::FormatRange &lhs, const QTextLayout::FormatRange &rhs)
booloperator==(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)

如果 lhsrhs 中的 startlengthformat 字段分别包含不同的值,则返回 true。

bool operator==(const QTextLayout::FormatRange &;《i translate="no">lhs`,const QTextLayout::FormatRange &;《i translate="no">rhs`)

如果 lhsrhs 中的 startlengthformat 字段分别包含相同的值,则返回 true。

© 2024 Qt公司有限公司。本文档中包含的文档贡献的版权归各自的拥有者所有。此处提供的文档根据由自由软件基金会发布的《GNU自由文档许可证》第1.3版据许可条款颁发。Qt及其相关标志是Qt公司在芬兰以及全球其他国家的商标。商标。所有其他商标均归各自的拥有者所有。