The example code for getStringAsPoints() wasn't working, since the filled attribute must be set to false for getOutline() to work properly. I've updated the example, and added vflip and filled to the parameters list.
I also removed "ofTTFCharacter", since it's been deprecated in 0.10 in favor of ofPath.
The example code for
getStringAsPoints()
wasn't working, since thefilled
attribute must be set tofalse
forgetOutline()
to work properly. I've updated the example, and addedvflip
andfilled
to the parameters list.I also removed "
ofTTFCharacter
", since it's been deprecated in 0.10 in favor ofofPath
.