hironishihara / ofxTrueTypeFontUC

An extension of ofTrueTypeFont class for using UNICODE characters. Tested on OSX, iOS, and Windows.
Other
116 stars 46 forks source link

Improve compatibility for openFrameworks 0.9.2 and up #19

Closed kr15h closed 8 years ago

kr15h commented 8 years ago

ofTrueTypeFont uses load() instead of loadFont() now. Replaced getPixels() with getData() as getPixels() is deprecated in oF 0.9.2 and will be removed in next version.