* Create and initialize text renderer using a TextSystem reference and a Scene reference.
* Render all text elements to the screen.
* Render a text entity by its reference. * Returns reference to this so it can be used in a stream.
* Called every frame to render the scene entity.
* Class holding basic text rendering methods. * It contains references to the TextSystem and Scene. * It implements IRenderable service.