[paint] A doc fix
This commit is contained in:
parent
5451b78f4a
commit
5ac218865a
|
@ -798,6 +798,10 @@ hb_font_funcs_set_glyph_shape_func (hb_font_funcs_t *ffuncs,
|
|||
* @func: (closure user_data) (destroy destroy) (scope notified):
|
||||
* @user_data:
|
||||
* @destroy: (nullable):
|
||||
*
|
||||
* Sets the implementation function for #hb_font_get_glyph_paint_func_t.
|
||||
*
|
||||
* Since: REPLACEME
|
||||
*/
|
||||
HB_EXTERN void
|
||||
hb_font_funcs_set_glyph_paint_func (hb_font_funcs_t *ffuncs,
|
||||
|
|
|
@ -421,7 +421,7 @@ hb_paint_push_clip_glyph (hb_paint_funcs_t *funcs, void *paint_data,
|
|||
}
|
||||
|
||||
/**
|
||||
* hb_paint_push_clip_rect:
|
||||
* hb_paint_push_clip_rectangle:
|
||||
* @funcs: paint functions
|
||||
* @paint_data: associated data passed by the caller
|
||||
* @xmin: min X for the rectangle
|
||||
|
|
Loading…
Reference in New Issue