0ad/binaries/data/mods/public/fonts/textures.xml
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

6 lines
163 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Textures>
<File pattern="*" format="alpha" mipmap="false"/>
<File pattern="*-stroke-*.png" format="rgba"/>
</Textures>