paintPushClipRectangle

fnvoid paintPushClipRectangle(harfbuzz.paint_funcs.PaintFuncs funcs, void * paintData, float xmin, float ymin, float xmax, float ymax)

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

Parameters

funcspaint functions
paintDataassociated data passed by the caller
xminmin X for the rectangle
yminmin Y for the rectangle
xmaxmax X for the rectangle
ymaxmax Y for the rectangle