(v13) move in the PFIN API


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


sw_pfin_result move(sw_pfin_outline_context * context, double x, double y);

Start a new glyph subpath at glyph coordinates x,y . The previous subpath is implicitly closed (unless the PFIN_OPTION_OPEN option has been set during this outline call). This can only be called from the module’s outline code.

The glyph coordinate space is nominally a unit em square. Therefore, roman capital letters would be expected to have a maximum y of less than 1.0, perhaps 0.8, though this is design-specific.