Defines a component for rendering text.
A component that renders a string of text on the screen.
Definition Text.h:16
Text(std::string inStr, int x, int y, float scale, SDL_Color color)
Constructs a fully customized Text component.
Definition Text.cpp:3