(svn r23274) -Add: internal support for a monospaced sprite font

This commit is contained in:
rubidium
2011-11-20 11:56:51 +00:00
parent 0a4a75b0af
commit dfefcab47d
5 changed files with 45 additions and 3 deletions

View File

@@ -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.