harfbuzzjs
    Preparing search index...

    Type Alias PaintPopGroupFunc

    PaintPopGroupFunc: (
        mode: PaintCompositeMode,
        paintData: unknown,
        userData: unknown,
    ) => void

    A callback to undo the effect of a prior call to the PaintFuncs.setPushGroupFunc callback: it stops the redirection to the intermediate surface, then composites it on the previous surface using the compositing mode passed to this call.

    Type Declaration