Skip to main content
Skip table of contents

(v13) curve in the PFIN API

This page applies to Harlequin v13.1r0 and later; both Harlequin Core and Harlequin MultiRIP

sw_pfin_result curve(sw_pfin_outline_context * context, double x0, double y0, double x1, double y1, double x2, double y2);

Continue the glyph subpath with a Bezier curve to coordinates x2,y2 , via control points x0,y0 and x1,y1 . This can only be called from the module’s outline code, and only once move has been called to start a subpath.

A subpath must start with a move followed by at least two line or one curve calls. A glyph is made of zero or more subpaths.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.