drawCubicTo
fn
void drawCubicTo(harfbuzz.draw_funcs.DrawFuncs dfuncs, void * drawData, harfbuzz.draw_state.DrawState st, float control1X, float control1Y, float control2X, float control2Y, float toX, float toY)Perform a "cubic-to" draw operation.
Parameters
dfuncs | draw functions |
drawData | associated draw data passed by the caller |
st | current draw state |
control1X | X component of first control point |
control1Y | Y component of first control point |
control2X | X component of second control point |
control2Y | Y component of second control point |
toX | X component of target point |
toY | Y component of target point |