(svn r15813) -Codechange: remove the last remnants of the old text drawing API.
This commit is contained in:
@@ -96,8 +96,6 @@ int DrawString(int left, int right, int top, const char *str, TextColour colour,
|
||||
int DrawString(int left, int right, int top, StringID str, TextColour colour, StringAlignment align = SA_LEFT, bool underline = false);
|
||||
int DrawStringMultiLine(int left, int right, int top, int bottom, StringID str, StringAlignment align = SA_LEFT);
|
||||
|
||||
int DrawString(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