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

ofxFontStash does not work with OpenGL 3.+ contexts #23

Open entd opened 7 years ago

entd commented 7 years ago

ofxFontStash completely does not work with OpenGL 3.+ contexts. While by default it uses old context, support of the new context is probably even more important, given that they are common, despite openframeworks defaults.

armadillu commented 7 years ago

Yep its on my list but I started work on a rewrite at https://github.com/armadillu/ofxFontStash2 with paragraph formatting features.

alptugan commented 4 years ago

the same issue is relevant on oF 0.11. Cannot display font glyphs with glVersion(3,2)