C

FontConfiguration.MCU.fontFilesRuntimeAllocationType

Description

The fontFilesRuntimeAllocationType selects the allocation type used at runtime to copy pre-rasterized glyph data. The accepted values are defined in AllocationType.

Default value: 3 (DefaultPreload)

If FontConfiguration.MCU.fontFilesCachePolicy is "OnStartup", the chosen runtime allocation type defines the memory area to be used while copying the font files. For example, a platform might have SRAM, VRAM, and SDRAM memory areas. The runtime allocation type specifies which one of these to use.

Note: The property affects the Spark font engine only.

Usage

FontConfiguration {
    MCU.fontFilesRuntimeAllocationType: 3
}

Since

This property was introduced in QmlProject API 1.3 .

See also QUL_GLYPHS_RESOURCE_RUNTIME_ALLOCATION_TYPE and Text Rendering and Fonts.

Available under certain Qt licenses.
Find out more.