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