OpenTypeMetrics.TryGetPosition(OpenTypeMetricsTag, 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.
Tries to get the position for the specified metrics tag.
public bool TryGetPosition(HarfBuzzSharp.OpenTypeMetricsTag metricsTag, out int position);
Parameters
- metricsTag
- OpenTypeMetricsTag
The metrics tag to query.
- position
- Int32
When this method returns, contains the position value if found.
Returns
true if the position was found; otherwise, false.