0ad/source/lib/res/graphics
Ykkrosh 5778484a77 Refactor text renderer
Replace unifont with CFont and CFontManager, since the h_mgr interface
was
needlessly inconvenient.

Load the font textures through CTextureManager, to support dynamic
reloading (e.g. when resetting GL state - see #741).

Add CFontMetrics as a convenient wrapper for code that just wants to
measure text.

Fixes #1117.

This was SVN commit r14016.
2013-10-18 15:53:07 +00:00
..
tests refactor path interface: 2011-03-23 13:36:20 +00:00
cursor.cpp Free cursors before shutting down SDL. Fixes #1355. 2012-08-03 16:48:02 +00:00
cursor.h Free cursors before shutting down SDL. Fixes #1355. 2012-08-03 16:48:02 +00:00
ogl_tex.cpp GLES compatibility for particles and shadows. 2012-03-19 21:10:14 +00:00
ogl_tex.h # Initial GLSL rendering support 2012-01-29 01:22:22 +00:00