SDLPP TextRenderer: add function

This commit is contained in:
2022-07-24 20:22:07 +02:00
parent 70f30b6767
commit 6cee97059c
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -161,4 +161,7 @@ void TextRenderer::saveFontConfig(
_config = std::move(config);
text_change = true;
}
std::string TextRenderer::getText() {
return _text;
}
} // namespace SDLPP