I'm using Geomerative to get the vertex points from a TrueType font, using the "RCommand.setSegmentator(RCommand.UNIFORMLENGTH);" command and then using RGroup function and then RPoint[] to read the data points into an array. Same process as in the tutorials for Geomerative.
The problem is that as with the examples provided with Georerative, the points are continuous, giving a continual line when mapped with a vertex or line. I need to draw a separate polygon/set of lines for each letter in the string. I can't tell from the raw point data where the jump between letters occurs so that I can programmatically not draw that line and then resume the outline of the next character.
I could use string handling to split the sentence into individual letters and process each separately and then add that data set to my array, but I was hoping that someone familiar with Geormerative might know of a native method/function/property I could use to do this.
Any help is much appreciated.
Thanks in advance.
1