drawMoveTo
fn
void drawMoveTo(harfbuzz.draw_funcs.DrawFuncs dfuncs, void * drawData, harfbuzz.draw_state.DrawState st, float toX, float toY)Perform a "move-to" draw operation.
Parameters
dfuncs | draw functions |
drawData | associated draw data passed by the caller |
st | current draw state |
toX | X component of target point |
toY | Y component of target point |