summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilefont.h
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-04 18:12:13 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-04 18:12:13 +0000
commit35d09d284050fe0e0bc1cc12d9f327380844f986 (patch)
tree0281a3b17df45b23832a80189ff01d939778b2ac /crawl-ref/source/tilefont.h
parent03777b344e550540fe5883fbec0250ccfaab1cfe (diff)
downloadcrawl-ref-35d09d284050fe0e0bc1cc12d9f327380844f986.tar.gz
crawl-ref-35d09d284050fe0e0bc1cc12d9f327380844f986.zip
Adding better outlines to fonts so that they are more readable.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7131 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tilefont.h')
-rw-r--r--crawl-ref/source/tilefont.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/tilefont.h b/crawl-ref/source/tilefont.h
index d87ea6b53b..10d1971391 100644
--- a/crawl-ref/source/tilefont.h
+++ b/crawl-ref/source/tilefont.h
@@ -17,7 +17,7 @@
// 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.
@@ -28,7 +28,7 @@ public:
FTFont();
virtual ~FTFont();
- bool load_font(const char *font_name, unsigned int font_size);
+ bool load_font(const char *font_name, unsigned int font_size, bool outline);
// render just text
void render_textblock(unsigned int x, unsigned int y,