[doc] minor, improve hb-ot-metrics doc a bit
This commit is contained in:
parent
ac8b6e330a
commit
5e28c2654d
|
@ -33,12 +33,13 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* hb_ot_metrics_get_position:
|
* hb_ot_metrics_get_position:
|
||||||
* @font:
|
* @font: a #hb_font_t object.
|
||||||
* @metrics_tag:
|
* @metrics_tag: tag of metrics value you like to fetch.
|
||||||
* @position: (out) (optional):
|
* @position: (out) (optional): result of metrics value from the font.
|
||||||
*
|
*
|
||||||
* Returns: Whether found the requested metrics
|
* It fetches metrics value corresponding to a given tag from a font.
|
||||||
*
|
*
|
||||||
|
* Returns: Whether found the requested metrics in the font.
|
||||||
* Since: REPLACEME
|
* Since: REPLACEME
|
||||||
**/
|
**/
|
||||||
hb_bool_t
|
hb_bool_t
|
||||||
|
|
Loading…
Reference in New Issue