VariationAxis

VariationAxis enumeration

Represents OpenType Design-Variation Axis Tag. https://learn.microsoft.com/en-us/typography/opentype/spec/dvaraxisreg

public enum VariationAxis

Values

NameValueDescription
Italic1769234796Registered tag for the roman/italic axis.
OpticalSize1869640570Registered tag for the optical-size axis. Note: The optical-size axis supersedes the OpenType size feature.
Slant1936486004Registered tag for the slant axis.
Weight2003265652Registered tag for the weight axis.
Width2003072104Registered tag for the width axis.

See Also