fontSetVarCoordsNormalized

fnvoid fontSetVarCoordsNormalized(harfbuzz.font.Font font, int[] coords)

Applies a list of variation coordinates (in normalized units) to a font.

Note that this overrides all existing variations set on font. Axes not included in coords will be effectively set to their default values.

<note>

Note

Coordinates should be normalized to 2.14.</note>

Parameters

font#hb_font_t to work upon
coordsArray of variation coordinates to apply