openframeworks / ofSite

openFrameworks web site
http://openframeworks.cc
159 stars 579 forks source link

Update `getStringAsPoints()` definition & example #687

Open rileyjshaw opened 5 years ago

rileyjshaw commented 5 years ago

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.