I need to "separate" glyphs, and also glyphs into sub-glyphs.
When one glyph's done I want to skip a line,
Also some glyphs that contaion "holes" will need additional skips
% Just having all the points is not enough information, need to know where the skips are


Just need help interpreting the file, got the geometry figured out
Might not even need geomerative for this?
EDIT:
Just one idea, perhaps every skip happens on a point which has already been visited?
If that's the case just the points should be enough information after all.
Seems to be the case