C

FontConfiguration.MCU.glyphsRuntimeAllocationType

Description

The glyphsRuntimeAllocationType property defines the runtime allocation type to be used while copying the glyph data. If MCU.qlyphsCachePolicy is "OnStartup", the runtime allocation type defines the memory area to be used while copying the glyph data.

The accepted values are defined in AllocationType. Default value: 3 (DefaultPreload)

Note: The property affects both the Spark and Static font engines.

Usage

FontConfiguration {
    MCU.glyphsRuntimeAllocationType: 2
}

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.