Definition TextTexture.hpp:10
void Render()
Renders the text to the screen.
Definition TextTexture.cpp:51
void SetColor(int r, int g, int b, int a)
Definition TextTexture.cpp:36
static ComponentType GetType()
Returns the type of this component to make querying GetComponent easier.
Definition TextTexture.cpp:74
void SetText(std::string text)
Definition TextTexture.cpp:31
void SizeTransformToTexture()
Definition TextTexture.cpp:41
void SetFont(std::string fontPath, int ptsize)
Definition TextTexture.cpp:24
Component to render an image to the screen.
Definition TextureComponent.hpp:9