Font.SetVariations(ReadOnlySpan<Variation>) 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 an array of tag-value pairs.
public void SetVariations(ReadOnlySpan<HarfBuzzSharp.Variation> variations);
Parameters
- variations
- ReadOnlySpan<Variation>
A read-only span of Variation values specifying the axis tag and design-space value for each axis to set.