summaryrefslogtreecommitdiff
path: root/src/gfx_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-11-20 11:56:51 +0000
committerrubidium <rubidium@openttd.org>2011-11-20 11:56:51 +0000
commitdfefcab47d563a7274ab8f410a8dcf2abc53cd62 (patch)
tree757750e78de8a5ecbe70ffb6ed2cc1df9924a332 /src/gfx_type.h
parent0a4a75b0afbeeab6be1eb7ccfd03ef603a4646b9 (diff)
downloadopenttd-dfefcab47d563a7274ab8f410a8dcf2abc53cd62.tar.xz
(svn r23274) -Add: internal support for a monospaced sprite font
Diffstat (limited to 'src/gfx_type.h')
-rw-r--r--src/gfx_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gfx_type.h b/src/gfx_type.h
index 77111b767..c31c61e70 100644
--- a/src/gfx_type.h
+++ b/src/gfx_type.h
@@ -165,6 +165,7 @@ enum FontSize {
FS_NORMAL, ///< Index of the normal font in the font tables.
FS_SMALL, ///< Index of the small font in the font tables.
FS_LARGE, ///< Index of the large font in the font tables.
+ FS_MONO, ///< Index of the monospaced font in the font tables.
FS_END,
FS_BEGIN = FS_NORMAL, ///< First font.