[doc] minor, improve hb-ot-metrics doc a bit

pull/1842/head
Ebrahim Byagowi 5 years ago committed by GitHub
parent ac8b6e330a
commit 5e28c2654d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      src/hb-ot-metrics.cc

@ -33,12 +33,13 @@
/**
* hb_ot_metrics_get_position:
* @font:
* @metrics_tag:
* @position: (out) (optional):
*
* Returns: Whether found the requested metrics
* @font: a #hb_font_t object.
* @metrics_tag: tag of metrics value you like to fetch.
* @position: (out) (optional): result of metrics value from the font.
*
* It fetches metrics value corresponding to a given tag from a font.
*
* Returns: Whether found the requested metrics in the font.
* Since: REPLACEME
**/
hb_bool_t

Loading…
Cancel
Save