|
|
@ -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 |
|
|
|