aboutsummaryrefslogtreecommitdiff
path: root/src/fontengine.h
AgeCommit message (Collapse)Author
2015-07-08Use UTF-8 instead of narrowest31
Use wide_to_utf8 and utf8_to_wide instead of wide_to_narrow and narrow_to_wide at almost all places. Only exceptions: test functions for narrow conversion, and chat, which is done in a separate commit.
2014-12-12Fix MSVC compiling warnings and remove an unused textureSmallJoker
2014-11-30Make hud use fontengine toosapier
Fix non coding style conforming glb_fontengine to g_fontengine Fix fonts never been deleted due to grabbed to often
2014-11-30Implement proper font handlingsapier