C
QUL_DEFAULT_FONT_QUALITY
Description
Determines the default font.quality for the Text and StaticText items. The default value is "VeryHigh".
Available values:
| CMake | QML |
|---|---|
| VeryLow | Font.QualityVeryLow |
| VeryHigh | Font.QualityVeryHigh |
See Text Rendering and Fonts for font engine-specific details.
Example
set_target_properties(<Executable Target> PROPERTIES QUL_DEFAULT_FONT_QUALITY "<Font Quality>")
Available under certain Qt licenses.
Find out more.