SDLPP TextRenderer: add function
This commit is contained in:
@@ -161,4 +161,7 @@ void TextRenderer::saveFontConfig(
|
||||
_config = std::move(config);
|
||||
text_change = true;
|
||||
}
|
||||
std::string TextRenderer::getText() {
|
||||
return _text;
|
||||
}
|
||||
} // namespace SDLPP
|
||||
|
||||
Reference in New Issue
Block a user