summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilefont.h
diff options
context:
space:
mode:
authorEnne Walker <ennewalker@users.sourceforge.net>2010-04-23 16:31:59 -0400
committerEnne Walker <ennewalker@users.sourceforge.net>2010-04-24 11:41:03 -0400
commit7881570d551b092aecea5cced91728b5bfaf0617 (patch)
tree42fbd094a9091b553a808cbcec990ed49698b0d4 /crawl-ref/source/tilefont.h
parentdb855be41816b3319d1eb268159cc3d568b37e52 (diff)
downloadcrawl-ref-7881570d551b092aecea5cced91728b5bfaf0617.tar.gz
crawl-ref-7881570d551b092aecea5cced91728b5bfaf0617.zip
Comment cleanup.
Diffstat (limited to 'crawl-ref/source/tilefont.h')
-rw-r--r--crawl-ref/source/tilefont.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/crawl-ref/source/tilefont.h b/crawl-ref/source/tilefont.h
index ad9fb2e44b..80354fd4a8 100644
--- a/crawl-ref/source/tilefont.h
+++ b/crawl-ref/source/tilefont.h
@@ -9,16 +9,6 @@
#include "externs.h"
#include "tiletex.h"
-// This class handles loading FreeType2 fonts and rendering them via OpenGL.
-
-// TODO enne - Fonts could be made better by:
-//
-// * handling kerning
-// * using SDL_font (maybe?)
-// * the possibility of streaming this class in and out so that Crawl doesn't
-// have to link against FreeType2 or be forced do as much processing at
-// load time.
-
extern const VColour term_colours[MAX_TERM_COLOUR];
class FontBuffer;