mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
love.graphics: move more platform-independent code out of the opengl backend
--HG-- branch : minor
This commit is contained in:
@@ -38,8 +38,9 @@ public:
|
||||
Text(love::graphics::Graphics *gfx, love::graphics::Font *font, const std::vector<Font::ColoredString> &text = {});
|
||||
virtual ~Text();
|
||||
|
||||
// Implements Drawable.
|
||||
void draw(love::graphics::Graphics *gfx, const Matrix4 &m) override;
|
||||
protected:
|
||||
|
||||
void drawInternal(const std::vector<Font::DrawCommand> &commands) const override;
|
||||
|
||||
}; // Text
|
||||
|
||||
|
||||
Reference in New Issue
Block a user