:right-sidebar: True draw_funcs_t =================================================================== .. currentmodule:: gi.repository.HarfBuzz .. versionadded:: 4.0.0 .. class:: draw_funcs_t(*args, **kwargs) :no-contents-entry: Glyph draw callbacks. :obj:`~gi.repository.HarfBuzz.draw_move_to_func_t`\, :obj:`~gi.repository.HarfBuzz.draw_line_to_func_t` and :obj:`~gi.repository.HarfBuzz.draw_cubic_to_func_t` calls are necessary to be defined but we translate :obj:`~gi.repository.HarfBuzz.draw_quadratic_to_func_t` calls to :obj:`~gi.repository.HarfBuzz.draw_cubic_to_func_t` if the callback isn't defined.