|
Mana
|
This is the complete list of members for TrueTypeFont, including all inherited members.
| drawString(gcn::Graphics *graphics, const std::string &text, int x, int y) override | TrueTypeFont | |
| drawString(Graphics *graphics, const std::string &text, int x, int y, const std::optional< gcn::Color > &outlineColor, const std::optional< gcn::Color > &shadowColor) | TrueTypeFont | |
| filename() const | TrueTypeFont | inline |
| getChunk(const std::string &text) const | TrueTypeFont | private |
| getHeight() const override | TrueTypeFont | |
| getLineHeight() const | TrueTypeFont | |
| getWidth(const std::string &text) const override | TrueTypeFont | |
| mCache | TrueTypeFont | mutableprivate |
| mFilename | TrueTypeFont | private |
| mFont | TrueTypeFont | private |
| mFontOutline | TrueTypeFont | private |
| mFonts | TrueTypeFont | privatestatic |
| mPointSize | TrueTypeFont | private |
| mScale | TrueTypeFont | privatestatic |
| mStyle | TrueTypeFont | private |
| pointSize() const | TrueTypeFont | inline |
| style() const | TrueTypeFont | inline |
| TrueTypeFont(const std::string &filename, int size, int style=0) | TrueTypeFont | |
| updateFontScale(float scale) | TrueTypeFont | static |
| ~TrueTypeFont() override | TrueTypeFont |