(svn r15790) -Codechange: remove the *Centered part of the old text drawing API.
This commit is contained in:
@@ -95,15 +95,9 @@ enum StringAlignment {
|
||||
int DrawString(int left, int right, int top, const char *str, TextColour colour, StringAlignment align = SA_LEFT, bool underline = false);
|
||||
int DrawString(int left, int right, int top, StringID str, TextColour colour, StringAlignment align = SA_LEFT, bool underline = false);
|
||||
|
||||
int DrawStringCentered(int x, int y, StringID str, TextColour colour);
|
||||
int DoDrawStringCentered(int x, int y, const char *str, TextColour colour);
|
||||
|
||||
int DrawString(int x, int y, StringID str, TextColour colour);
|
||||
|
||||
int DoDrawString(const char *string, int x, int y, TextColour colour, bool parse_string_also_when_clipped = false);
|
||||
|
||||
int DrawStringCenterUnderline(int x, int y, StringID str, TextColour colour);
|
||||
|
||||
int DrawStringRightAligned(int x, int y, StringID str, TextColour colour);
|
||||
int DrawStringRightAlignedUnderline(int x, int y, StringID str, TextColour colour);
|
||||
|
||||
|
Reference in New Issue
Block a user