drawCubicTo

Perform a "cubic-to" draw operation.

Parameters

dfuncs harfbuzz.draw_funcs.DrawFuncs

draw functions

drawData void*

associated draw data passed by the caller

st harfbuzz.draw_state.DrawState

current draw state

control1X float

X component of first control point

control1Y float

Y component of first control point

control2X float

X component of second control point

control2Y float

Y component of second control point

toX float

X component of target point

toY float

Y component of target point