C

FontConfiguration.MCU.fontFilesStorageSection

Description

The fontFilesStorageSection property names a resource storage section for the pre-rasterized glyph data. It is set to "QulFontResourceData" by default. Any string is accepted.

The FontConfiguration.MCU.fontFilesCachePolicy and fontFilesRuntimeAllocationType can be set for copying the pre-rasterized glyph data to RAM for faster access.

Note: The property affects the Spark Monotype font engine only.

Usage

FontConfiguration {
    MCU.fontFilesStorageSection: "UserStorage1"
}

Since

This property was introduced in QmlProject API 1.3.

See also Text Rendering and Fonts.

Available under certain Qt licenses.
Find out more.