draw_funcs_t

Added in version 4.0.0.

class draw_funcs_t(*args, **kwargs)

Glyph draw callbacks.

draw_move_to_func_t, draw_line_to_func_t and draw_cubic_to_func_t calls are necessary to be defined but we translate draw_quadratic_to_func_t calls to draw_cubic_to_func_t if the callback isn’t defined.