HarfBuzz.draw_funcs_t

Fields

None

Methods

None

Details

class HarfBuzz.draw_funcs_t

Glyph draw callbacks.

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

New in version 4.0.0.