TDME2 1.9.121
|
This is the complete list of members for GUIFont, including all inherited members.
baseLine | GUIFont | private |
chars | GUIFont | private |
dispose() | GUIFont | |
drawCharacter(GUIRenderer *guiRenderer, GUICharacter *character, int x, int y, const GUIColor &color=GUIColor::GUICOLOR_WHITE) | GUIFont | |
drawCharacterBackground(GUIRenderer *guiRenderer, GUICharacter *character, int x, int y, int lineHeight, const GUIColor &color) | GUIFont | |
drawString(GUIRenderer *guiRenderer, int x, int y, const MutableString &text, int offset, int length, const GUIColor &color, int selectionStartIndex=-1, int selectionEndIndex=-1, const GUIColor &backgroundColor=GUIColor::GUICOLOR_TRANSPARENT) | GUIFont | |
getBaseLine() | GUIFont | inline |
getCharacter(uint32_t charId) | GUIFont | inline |
getLineHeight() | GUIFont | inline |
getTextIndexByX(const MutableString &text, int offset, int length, int textX) | GUIFont | |
getTextIndexX(const MutableString &text, int offset, int length, int index) | GUIFont | |
getTextIndexXAtWidth(const MutableString &text, int width) | GUIFont | |
getTexture() | GUIFont | inline |
getTextureId() | GUIFont | inline |
getTextWidth(const MutableString &text) | GUIFont | |
GUIFont() | GUIFont | |
initialize() | GUIFont | |
lineHeight | GUIFont | private |
parse(const string &pathName, const string &fileName) | GUIFont | static |
parseCharacter(const string &line) | GUIFont | private |
texture | GUIFont | private |
textureId | GUIFont | private |
~GUIFont() | GUIFont |