(svn r17391) -Codechange: Add string box calculation routine for multi-line strings.

This commit is contained in:
alberth
2009-09-02 20:40:56 +00:00
parent 72341ca1df
commit 07b113da46
2 changed files with 11 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ Dimension GetStringBoundingBox(const char *str);
Dimension GetStringBoundingBox(StringID strid);
uint32 FormatStringLinebreaks(char *str, int maxw);
int GetStringHeight(StringID str, int maxw);
Dimension GetStringMultiLineBoundingBox(StringID str, const Dimension &suggestion);
void LoadStringWidthTable();
/**