[font] Docs

This commit is contained in:
Behdad Esfahbod 2023-01-30 11:21:08 -07:00
parent cb47dca74c
commit e7a71ea15b
1 changed files with 2 additions and 1 deletions

View File

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