C
QUL_DEFAULT_FONT_QUALITY
Warning: Using cmake target properties is deprecated since 2.4, consider using MCU.Config.defaultFontQuality instead.
Note: Board defaults can be set using QmlProject
in the BoardDefaults.qmlprojectconfig
files. 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.