Font.SetVariationCoordsNormalized(ReadOnlySpan<Int32>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.