Add more docs

This commit is contained in:
Matthias Clasen 2022-12-17 10:02:30 -05:00 committed by Behdad Esfahbod
parent 9876e30c6e
commit 378bbeea01
1 changed files with 15 additions and 0 deletions

View File

@ -1388,6 +1388,21 @@ hb_font_get_glyph_shape (hb_font_t *font,
font->get_glyph_shape (glyph, dfuncs, draw_data);
}
/**
* hb_font_paint_glyph:
* @font: #hb_font_t to work upon
* @glyph: The glyph ID
* @funcs: #hb_paint_funcs_t to paint with
* @paint_data: User data to pass to paint callbacks
*
* Paints the glyph.
*
* The painting instructions are returned by way of
* calls to the callbacks of the @funcs objects,
* with @paint_data passed to them.
*
* Since: REPLACEME
*/
void
hb_font_paint_glyph (hb_font_t *font,
hb_codepoint_t glyph,