A destructor is present on this object, but not explicitly documented in the source.
A postblit is present on this object, but not explicitly documented in the source.
Clear storage.
Returns forward range with all glyph commands.
Returns "flattened" path. Flattened path consists of only two commands kinds: MoveTo and LineTo.
Returns "flattened" path, transformed by the given matrix. Flattened path consists of only two commands kinds: MoveTo and LineTo.
Is this outline empty?
Returns number of commands in outline.
Create new path with cubic bezier (first command is MoveTo, second command is BezierTo).
Create new path with quadratic bezier (first command is MoveTo, second command is QuadTo).
commands
charOutline will return NVGPathOutline.
some usage samples: