From bc6c3b84016852a348d425a79d47cfd1aa927984 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 7 Feb 2022 18:04:36 -0600 Subject: [PATCH] [font] Update get_glyph_shape() doc --- src/hb-font.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hb-font.cc b/src/hb-font.cc index 528fde117..bf89276fa 100644 --- a/src/hb-font.cc +++ b/src/hb-font.cc @@ -1310,6 +1310,8 @@ hb_font_get_glyph_from_name (hb_font_t *font, * @draw_data: * * Fetches the glyph shape that corresponds to a glyph in the specified @font. + * The shape is returned by way of calls to the callsbacks of the @dfuncs + * objects, with @draw_data passed to them. * * Since: REPLACE **/