armadillu / ofxFontStash

Easy (and fast) unicode string rendering addon for OpenFrameworks. FontStash is made by Andreas Krinke and Mikko Mononen
http://uri.cat/
91 stars 42 forks source link

visual bug with rotation #2

Closed dtamburr closed 10 years ago

dtamburr commented 11 years ago

When you do a glRotate the font is rendered with a thin outline corresponding to the bounding box. Try doing glRotated(2, 0, 0, 1) before calling font.draw() to see the problem. It sometimes also happens if you do a glTranslate. letter_outline

I don't know if this is an issue of ofxFontStash or Font-Stash.

armadillu commented 10 years ago

fixed in the newer versions