C

FontConfiguration.MCU.fontVectorOutlinesDrawing

Description

The fontVectorOutlinesDrawing property is a QmlProject flag that enables or disables using the vector outlines for text rendering.

It is set to false by default.

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

Usage

FontConfiguration {
    MCU.fontVectorOutlinesDrawing: "YES"
}

Since

This property was introduced in QmlProject API 1.3 .

See also QUL_FONT_VECTOR_OUTLINES_DRAWING.

Available under certain Qt licenses.
Find out more.