mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Removed the no-argument variant of Text:set() in favour of Text:clear(). Resolves issue #1126.
--HG-- branch : minor
This commit is contained in:
@@ -43,7 +43,6 @@ public:
|
||||
|
||||
void set(const std::vector<Font::ColoredString> &text);
|
||||
void set(const std::vector<Font::ColoredString> &text, float wrap, Font::AlignMode align);
|
||||
void set();
|
||||
|
||||
int add(const std::vector<Font::ColoredString> &text, float x, float y, float angle, float sx, float sy, float ox, float oy, float kx, float ky);
|
||||
int addf(const std::vector<Font::ColoredString> &text, float wrap, Font::AlignMode align, float x, float y, float angle, float sx, float sy, float ox, float oy, float kx, float ky);
|
||||
|
||||
Reference in New Issue
Block a user