C

MCU.Config.fontFilesStorageSection

Configures the resource storage section for the font files.

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 MCU.Config.fontFilesCachePolicy and MCU.Config.fontFilesRuntimeAllocationType can be set for copying the pre-rasterized glyph data to RAM for faster access.

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

Usage

MCU.Config {
    fontFilesStorageSection: "UserStorage1"
}

Since

This property was introduced in QmlProject API 1.3.

See also MCU.Config.fontFilesRuntimeAllocationType, MCU.Config.fontFilesCachePolicy, Text Rendering and Fonts, and Text Rendering and Fonts.

Available under certain Qt licenses.
Find out more.