From e7a71ea15b1df6feb3ca9811eb3abe721a63e21f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 30 Jan 2023 11:21:08 -0700 Subject: [PATCH] [font] Docs --- src/hb-font.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hb-font.cc b/src/hb-font.cc index c3a4c4b1f..8a43ceb86 100644 --- a/src/hb-font.cc +++ b/src/hb-font.cc @@ -1061,7 +1061,8 @@ hb_font_get_nominal_glyph (hb_font_t *font, * @glyph_stride: The stride between successive glyph IDs * * Fetches the nominal glyph IDs for a sequence of Unicode code points. Glyph - * IDs must be returned in a #hb_codepoint_t output parameter. + * IDs must be returned in a #hb_codepoint_t output parameter. Stopes at the + * first unsupported glyph ID. * * Return value: the number of code points processed *