Edit

Font.SetVariationCoordsNormalized(ReadOnlySpan<Int32>) Method

Definition

Sets the variation coordinates for this font using normalized values.

public void SetVariationCoordsNormalized(ReadOnlySpan<int> coords);

Parameters

coords
ReadOnlySpan<Int32>

A read-only span of normalized coordinate values in the range [-16384, 16384], one per variation axis.

Applies to