Edit

Font.GetVariationCoordsNormalized(Span<Int32>) Method

Definition

Fills a span with the current normalized variation coordinates for this font.

public int GetVariationCoordsNormalized(Span<int> coords);

Parameters

coords
Span<Int32>

A span to receive the normalized coordinate values in the range [-16384, 16384].

Returns

The number of normalized coordinates written to coords.

Applies to