hironishihara / ofxTrueTypeFontUC

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

drawingString(wstring...) function added, drawStringCenter function added #21

Closed ChulseungYoo closed 8 years ago

ChulseungYoo commented 8 years ago

when I used this addon with multi languages, many characters were not able to draw. Spanish, French, German... therefore i tried to use wstring. (in windows, it is like this L"string"). it works fine with most of characters.

ChulseungYoo commented 8 years ago

and visual studio project files for examples added