C
QUL_FONTS_DIR
Search path for fonts.
Description
Contains a comma-separated list of paths. During compilation, Qt Quick Ultralite looks for the fonts requested by the Text
and StaticText
instances in this list of paths.
The default value is <Qt Quick Ultralite package instalation path>/src/3rdparty/fonts
.
Example
To add additional fonts to your project, set QUL_FONTS_DIR
:
set(QUL_FONTS_DIR "<Custom Fonts Location>,${QUL_FONTS_DIR}")
Since
This variable was introduced in Qt Quick Ultralite 1.0.
See also Text Rendering and Fonts.
Available under certain Qt licenses.
Find out more.