File diff r20302:b2b3bcaa28d3 → r20303:6adbc75a1297
src/gfx_func.h
Show inline comments
 
@@ -150,6 +150,7 @@ bool ToggleFullScreen(bool fs);
 
/* gfx.cpp */
 
byte GetCharacterWidth(FontSize size, uint32 key);
 
byte GetDigitWidth(FontSize size = FS_NORMAL);
 
uint GetBroadestDigit(FontSize size = FS_NORMAL);
 

	
 
/**
 
 * Get height of a character for a given font size.