hironishihara / ofxTrueTypeFontUC

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

fix space char width bug #9

Closed subicura closed 10 years ago

subicura commented 10 years ago

hi :) If I draw font with space(' '), stringWidth method return wrong size. i fixed it. check it please.

hironishihara commented 10 years ago

I didn't know that the space width of ofTrueTypeFont has been changed. Thank you for letting me know.

I would like to conform the code of ofxTrueTypeFontUC to it of original ofTrueTypeFont as much as possible. The maintenance of advanced extension is beyond my power.