From 5e28c2654d030655d7b93ec0d6213d2b9fb2956e Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Sat, 20 Jul 2019 14:08:11 +0430 Subject: [PATCH] [doc] minor, improve hb-ot-metrics doc a bit --- src/hb-ot-metrics.cc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/hb-ot-metrics.cc b/src/hb-ot-metrics.cc index 8a9859751..bec4c569b 100644 --- a/src/hb-ot-metrics.cc +++ b/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