(svn r23274) -Add: internal support for a monospaced sprite font
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user