(svn r18575) -Fix [FS#3393]: unit numbers weren't always fully shown in the depot

This commit is contained in:
rubidium
2009-12-20 16:42:35 +00:00
parent f2785ae24d
commit 90b7f0f3cb
3 changed files with 17 additions and 3 deletions

View File

@@ -160,6 +160,7 @@ bool ToggleFullScreen(bool fs);
extern FontSize _cur_fontsize; ///< Currently selected font.
byte GetCharacterWidth(FontSize size, uint32 key);
byte GetDigitWidth(FontSize size = FS_NORMAL);
/**
* Get height of a character for a given font size.