Add offscreen text rendering.

This commit is contained in:
jmsgrogan 2023-01-12 10:58:43 +00:00
parent c63138c455
commit 076e32b1d6
17 changed files with 156 additions and 101 deletions

View file

@ -33,6 +33,8 @@ public:
void setContent(const std::string& content);
void setFont(const FontItem& font);
void update(SceneInfo* sceneInfo) override;
private: