PaintPushTransformFunc

A virtual method for the #hb_paint_funcs_t to apply a transform to subsequent paint calls.

This transform is applied after the current transform, and remains in effect until a matching call to the #hb_paint_funcs_pop_transform_func_t vfunc.

alias PaintPushTransformFunc = void delegate
(,
void* paintData
,
float xx
,
float yx
,
float xy
,
float yy
,
float dx
,
float dy
)