kritzikratzi / ofxFontStash2

OpenFrameworks FontStash wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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>";

Included Libraries

GL 3.x compatibility

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

About

OpenFrameworks FontStash wrapper


Languages

Language:C++ 65.0%Language:C 34.4%Language:Makefile 0.6%