From a20999b9df313702643f012845cee4e266236985 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 21 Dec 2022 00:20:37 -0500 Subject: [PATCH] [font] Fix a few documentation mistakes --- src/hb-font.cc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/hb-font.cc b/src/hb-font.cc index 123447633..5baf407cb 100644 --- a/src/hb-font.cc +++ b/src/hb-font.cc @@ -1388,9 +1388,7 @@ hb_font_get_glyph_from_name (hb_font_t *font, * The shape is returned by way of calls to the callbacks of the @dfuncs * objects, with @draw_data passed to them. * - * Since: REPLACEME - * - * Deprecated: REPLACEME: Use hb_font_draw_glyph() instead. + * Since: 4.0.0 */ void hb_font_get_glyph_shape (hb_font_t *font, @@ -1407,8 +1405,9 @@ hb_font_get_glyph_shape (hb_font_t *font, * @dfuncs: #hb_draw_funcs_t to draw to * @draw_data: User data to pass to draw callbacks * - * Fetches the glyph shape that corresponds to a glyph in the specified @font. - * The shape is returned by way of calls to the callbacks of the @dfuncs + * Draws the outline that corresponds to a glyph in the specified @font. + * + * The outline is returned by way of calls to the callbacks of the @dfuncs * objects, with @draw_data passed to them. * * Since: REPLACEME