summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilefont.h
diff options
context:
space:
mode:
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,