TextCharFormat QML Type
Text character format for syntax highlighting rules. More...
| Import Statement: | import FluentUI.impl 1.0 |
Properties
- font : font
- foreground : QVariant
Detailed Description
The TextCharFormat type defines the font and foreground color to apply to a range of text during syntax highlighting. It is used in conjunction with SyntaxHighlighter and SyntaxHighlighterImpl.
Property Documentation
font : font
The font to apply to the formatted text range.
foreground : QVariant
The foreground color or brush to apply to the formatted text range.