#ofxFontStash2
in initial development stages, not working 100% yet.
This includes fontstash the Pugi xml parser. This can draw both plain strings, or style-formatted paragraph like:
string formattedText = "<style font='verdana' size='12' color='#ff0000'>this is red verdana size12</style>";
- fontstash by Mikko Mononen: zlib license - with tiny modifications
- stb_truetype by Sean Barrett: Public domain
- pugi xml by Google: MIT License
This is a WIP, but you this can work in GL 3.2 if you define GL_VERSION_3 in your preprocessor macros.
*GL_3 formated is broken for now, but it draws readable text.
#TODO