hironishihara / ofxTrueTypeFontUC

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

filename_ = linuxFontPathByName(fontname); (in .cpp , line 540) #12

Closed synthnassizer closed 9 years ago

synthnassizer commented 9 years ago

Hi there, I fail to compile a project in OF 0.8.4 and the compilation error is that the above was not declared in this scope. I have included the addon in the addon.make file, but when I open the project it does not appear under the "addons" folders and it cannot compile. this function can not be foudn in any of the #includes. What is going on?

thank you!

ghost commented 9 years ago

Here's the fix: https://github.com/hironishihara/ofxTrueTypeFontUC/pull/13