[paint] Doc

This commit is contained in:
Behdad Esfahbod 2023-01-18 20:44:05 -07:00
parent 8afd3ccb10
commit 53bd9039e7
1 changed files with 2 additions and 2 deletions

View File

@ -1439,8 +1439,8 @@ hb_font_draw_glyph (hb_font_t *font,
* to them. * to them.
* *
* If the font has color palettes (see hb_ot_color_has_palettes()), * If the font has color palettes (see hb_ot_color_has_palettes()),
* then @palette_index selects the palette to use. If the font doesn't * then @palette_index selects the palette to use. If the font only
* have palettes, passing 0 is fine. Use %HB_PAINT_PALETTE_INDEX_CUSTOM * has one palette, this will be 0. Use %HB_PAINT_PALETTE_INDEX_CUSTOM
* for custom palette. * for custom palette.
* *
* Since: REPLACEME * Since: REPLACEME