(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

@@ -172,6 +172,9 @@ static inline byte GetCharacterHeight(FontSize size)
/** Height of characters in the large (#FS_LARGE) font. */
#define FONT_HEIGHT_LARGE (GetCharacterHeight(FS_LARGE))
/** Height of characters in the large (#FS_MONO) font. */
#define FONT_HEIGHT_MONO (GetCharacterHeight(FS_MONO))
extern DrawPixelInfo *_cur_dpi;
/**