C
QUL_DEFAULT_FONT_QUALITY
Note: This CMake API is deprecated. Use the BoardDefaults.qmlprojectconfig files instead. See QmlProject Manual.
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.