Sets close-path callback to the draw functions object.
The close-path callback.
OptionaluserData: unknownData to pass to func.
Sets cubic-to callback to the draw functions object.
The cubic-to callback.
OptionaluserData: unknownData to pass to func.
Sets line-to callback to the draw functions object.
The line-to callback.
OptionaluserData: unknownData to pass to func.
Sets move-to callback to the draw functions object.
The move-to callback.
OptionaluserData: unknownData to pass to func.
Sets quadratic-to callback to the draw functions object.
The quadratic-to callback.
OptionaluserData: unknownData to pass to func.
An object representing HarfBuzz draw functions.
Glyph draw callbacks.
The move-to, line-to and cubic-to callbacks are necessary to be defined, but we translate quadratic-to calls to cubic-to if the callback isn't defined.