Face.TryFindVariationAxis(Tag, OpenTypeVarAxisInfo) 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.
Attempts to find information about the variation axis with the specified tag.
public bool TryFindVariationAxis(HarfBuzzSharp.Tag tag, out HarfBuzzSharp.OpenTypeVarAxisInfo axisInfo);
Parameters
- tag
- Tag
The four-byte OpenType tag of the variation axis to find.
- axisInfo
- OpenTypeVarAxisInfo
When this method returns, contains the axis information if found. This parameter is treated as uninitialized.
Returns
true if the axis was found; otherwise, false.