otMetricsGetPosition
fn
harfbuzz.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
font | an #hb_font_t object. |
metricsTag | tag of metrics value you like to fetch. |
position | result of metrics value from the font. |
Returns
Whether found the requested metrics in the font.