0ad/source/tools/fontbuilder/todo.txt
Ykkrosh b65d35ea2e Font builder code
This was SVN commit r527.
2004-06-17 19:32:04 +00:00

16 lines
627 B
Plaintext
Executable File

$Id: todo.txt,v 1.1 2004/06/17 19:32:04 philip Exp $
* Optimise storage of duplicated bitmaps (e.g. e and e-with-some-accent,
comma and semicolon, anything and fullwidth versions, etc)
* Optional antialiasing
* Optional outlining (text with e.g. yellow fill and black outline
is made by drawing the black outline font and then the yellow
normal font)
* Are the one-pixel black borders necessary? I don't trust graphics
cards not to leak a little bit, especially when they force texture
compression and filtering and antialiasing
* Work out when I should say 'character', when 'code point', and when 'glyph'