(svn r15791) -Codechange: remove the *RightAligned part of the old text drawing API.
This commit is contained in:
@@ -98,9 +98,6 @@ int DrawString(int left, int right, int top, StringID str, TextColour colour, St
|
||||
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 DrawStringRightAligned(int x, int y, StringID str, TextColour colour);
|
||||
int DrawStringRightAlignedUnderline(int x, int y, StringID str, TextColour colour);
|
||||
|
||||
void DrawCharCentered(uint32 c, int x, int y, TextColour colour);
|
||||
|
||||
void GfxFillRect(int left, int top, int right, int bottom, int colour, FillRectMode mode = FILLRECT_OPAQUE);
|
||||
|
||||
Reference in New Issue
Block a user