Function

HarfBuzz-0.0HarfBuzzpaint_push_clip_rectangleSince 7.0.0

  • Perform a "push-clip-rect" paint operation.

    Parameters

    • funcs: paint_funcs_t

      paint functions

    • paint_data: any

      associated data passed by the caller

    • xmin: number

      min X for the rectangle

    • ymin: number

      min Y for the rectangle

    • xmax: number

      max X for the rectangle

    • ymax: number

      max Y for the rectangle

    Returns void

    7.0.0