Added Text:setFont.

This commit is contained in:
Alex Szpakowski
2015-04-27 04:19:03 -03:00
parent f29567160a
commit 90a3c2b8ba
4 changed files with 21 additions and 0 deletions
+1
View File
@@ -52,6 +52,7 @@ public:
// Implements Drawable.
virtual void draw(float x, float y, float angle, float sx, float sy, float ox, float oy, float kx, float ky);
void setFont(Font *f);
Font *getFont() const;
/**