armadillu / ofxFontStash

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

visual bug iOS - filled rect for each character #16

Closed paul-ferragut closed 9 years ago

paul-ferragut commented 9 years ago

rect I got this bug on a page using video and on other page using alpha blending, it works fine in the rest of my app. I am using the iOS 64bits branch https://github.com/danoli3/openFrameworks/tree/Apothecary/0.9.0-All

paul-ferragut commented 9 years ago

the bug disappeared after commenting ofDisableAlphaBlending() before drawing the font

armadillu commented 9 years ago

yeah, you need alpha blending; it uses alpha masked textures to draw each letter