harfbuzz.draw_funcs

Module for [DrawFuncs] class

class DrawFuncs

Types 1

Glyph draw callbacks.

#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.

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup)
GType _gType() @property
DrawFuncs self()Returns `this`, for use in `with` statements.
Constructors
this(void * ptr, Flag!"Take" take)