File diff r13252:33966bc30662 → r13253:68f8abb2808c
src/gfx_func.h
Show inline comments
 
@@ -115,7 +115,7 @@ void DrawBox(int x, int y, int dx1, int 
 

	
 
Dimension GetStringBoundingBox(const char *str);
 
Dimension GetStringBoundingBox(StringID strid);
 
uint32 FormatStringLinebreaks(char *str, int maxw);
 
uint32 FormatStringLinebreaks(char *str, const char *last, int maxw);
 
int GetStringHeight(StringID str, int maxw);
 
Dimension GetStringMultiLineBoundingBox(StringID str, const Dimension &suggestion);
 
void LoadStringWidthTable();