Function

HarfBuzz-0.0HarfBuzzdraw_line_toSince 4.0.0

  • Perform a "line-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

    • to_x: number

      X component of target point

    • to_y: number

      Y component of target point

    Returns void

    4.0.0