Function

HarfBuzz-0.0HarfBuzzdraw_quadratic_toSince 4.0.0

  • Perform a "quadratic-to" draw operation.

    Parameters

    • dfuncs: draw_funcs_t

      draw functions

    • draw_data: any

      associated draw data passed by the caller

    • st: draw_state_t

      current draw state

    • control_x: number

      X component of control point

    • control_y: number

      Y component of control point

    • to_x: number

      X component of target point

    • to_y: number

      Y component of target point

    Returns void

    4.0.0