Level H Engine
|
This is the complete list of members for Text, including all inherited members.
createTextTexture() | Text | private |
dimensions | Text | private |
font | Text | private |
fontColour | Text | private |
fontLocation | Text | private |
fontSize | Text | private |
getDimensions() | Text | |
pushToScreen(Vec2 pos) | Text | |
setColour(int r, int g, int b) | Text | |
setColour(SDL_Colour colour) | Text | |
setFont(std::string inFontLocation) | Text | |
setFontSize(int inSize) | Text | |
setText(std::string inText) | Text | |
surfaceData | Text | private |
Text(std::string text, std::string fontLocation) | Text | |
Text(std::string text, std::string fontLocation, int fontSize) | Text | |
Text(std::string text, std::string fontLocation, int r, int g, int b) | Text | |
Text(std::string text, std::string fontLocation, SDL_Colour fontColour) | Text | |
Text(std::string text, std::string fontLocation, int fontSize, int r, int g, int b) | Text | |
Text(std::string text, std::string fontLocation, int fontSize, SDL_Colour fontColour) | Text | |
text | Text | private |
~Text() | Text |