From 628847b5c8d8783c46a51c9f2bdc481b4bbee960 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Tue, 8 Feb 2022 22:09:49 +0200 Subject: [PATCH] [doc] Link to respective draw callback functions --- src/hb-draw.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/hb-draw.h b/src/hb-draw.h index b34ab8997..61eadb20e 100644 --- a/src/hb-draw.h +++ b/src/hb-draw.h @@ -78,8 +78,10 @@ typedef struct hb_draw_state_t { * * Glyph draw callbacks. * - * _move_to, _line_to and _cubic_to calls are necessary to be defined but we - * translate _quadratic_to calls to _cubic_to if the callback isn't defined. + * #hb_draw_move_to_func_t, #hb_draw_line_to_func_t and + * #hb_draw_cubic_to_func_t calls are necessary to be defined but we translate + * #hb_draw_quadratic_to_func_t calls to #hb_draw_cubic_to_func_t if the + * callback isn't defined. * * Since: REPLACEME **/