otMetricsGetPosition

fnharfbuzz.types.Bool otMetricsGetPosition(harfbuzz.font.Font font, harfbuzz.types.OtMetricsTag metricsTag, out harfbuzz.types.Position position)

Fetches metrics value corresponding to metrics_tag from font.

Parameters

fontan #hb_font_t object.
metricsTagtag of metrics value you like to fetch.
positionresult of metrics value from the font.

Returns

Whether found the requested metrics in the font.