C

QUL_FONT_FILES_RESOURCE_STORAGE_SECTION

Warning: Using cmake target properties is deprecated since 2.4, consider using MCU.Config.fontFilesStorageSection instead. 's font files.

Note: Board defaults can be set using QmlProject in the BoardDefaults.qmlprojectconfig files. See Defining default variables for the platform and QmlProject Manual.

Configure the resource storage section used for the application's font files.

Description

Sets the resource storage section for the applicaton's font files. If no section is specified, by default the "QulFontResourceData" section is used.

The QUL_FONT_FILES_RESOURCE_CACHE_POLICY and QUL_FONT_FILES_RESOURCE_RUNTIME_ALLOCATION_TYPE properties can be used to configure copying of the application's font files to RAM for faster access.

See Text Rendering and Fonts for font engine-specific details.

Example

set_target_properties(<Executable Target> PROPERTIES QUL_FONT_FILES_RESOURCE_STORAGE_SECTION "FlashResourceData")

Since

This property was introduced in Qt Quick Ultralite 2.0.

See also QUL_FONT_FILES_RESOURCE_RUNTIME_ALLOCATION_TYPE, QUL_FONT_FILES_RESOURCE_CACHE_POLICY, and Text Rendering and Fonts.

Available under certain Qt licenses.
Find out more.