mirror of
https://github.com/love2d/love.git
synced 2026-08-17 02:58:31 +02:00
Added Text:setFont.
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user