Edit

OpenTypeMetrics.TryGetPosition(OpenTypeMetricsTag, Int32) Method

Definition

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.

Applies to