comparison codeDoc/jobs.txt @ 49:bca7e2342d77

Enabled getting the size of a text block (before or after rendering). committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 31 May 2008 13:10:06 +0100
parents a98ffb64f066
children f68ae1d667f9
comparison
equal deleted inserted replaced
48:a98ffb64f066 49:bca7e2342d77
49 +/ 49 +/
50 1 Mergetag binary support 50 1 Mergetag binary support
51 51
52 52
53 Done (for git log message): 53 Done (for git log message):
54 Implemented font rendering (grayscale only; i.e. non-LCD). 54 Enabled getting the size of a text block (before or after rendering).
55 FontTexture creates a texture and caches glyphs.
56 Font supports multiple styles/faces, loaded from config file (should probably be loaded via Options instead).
57 TextBlock cache for glyph placement within a string.