This is the complete list of members for gui::CGUITTFont, including all inherited members.
| batch_load_size | gui::CGUITTFont | protected |
| CGUITTFont(IGUIEnvironment *env) | gui::CGUITTFont | private |
| convertWCharToU32String(const wchar_t *const) const | gui::CGUITTFont | private |
| createGlyphPage(const u8 pixel_mode) | gui::CGUITTFont | |
| createTTFont(IGUIEnvironment *env, SGUITTFace *face, u32 size, bool antialias=true, bool preload=true, u32 shadow=0, u32 shadow_alpha=255) | gui::CGUITTFont | static |
| draw(const core::stringw &utext, const core::rect< s32 > &position, video::SColor color, bool hcenter=false, bool vcenter=false, const core::rect< s32 > *clip=0) override | gui::CGUITTFont | virtual |
| draw(const EnrichedString &text, const core::rect< s32 > &position, bool hcenter=false, bool vcenter=false, const core::rect< s32 > *clip=0) | gui::CGUITTFont | |
| Driver | gui::CGUITTFont | private |
| fallback | gui::CGUITTFont | private |
| font_metrics | gui::CGUITTFont | private |
| getAscender() const | gui::CGUITTFont | inline |
| getCharacterFromPos(const wchar_t *text, s32 pixel_x) const override | gui::CGUITTFont | virtual |
| getCharacterFromPos(const std::u32string &text, s32 pixel_x) const | gui::CGUITTFont | private |
| getDimension(const wchar_t *text) const override | gui::CGUITTFont | virtual |
| getDimension(const std::u32string &text) const | gui::CGUITTFont | private |
| getFontSize() const | gui::CGUITTFont | inline |
| getGlyphIndexByChar(char32_t c) const | gui::CGUITTFont | private |
| getHeightFromCharacter(char32_t c) const | gui::CGUITTFont | inlineprivate |
| getKerning(const wchar_t thisLetter, const wchar_t previousLetter) const override | gui::CGUITTFont | virtual |
| getKerning(const char32_t thisLetter, const char32_t previousLetter) const | gui::CGUITTFont | private |
| getLastGlyphPage() const | gui::CGUITTFont | |
| getLastGlyphPageIndex() const | gui::CGUITTFont | inline |
| getLineHeight() const | gui::CGUITTFont | inlineprivate |
| getWidthFromCharacter(char32_t c) const | gui::CGUITTFont | inlineprivate |
| GlobalKerningHeight | gui::CGUITTFont | private |
| GlobalKerningWidth | gui::CGUITTFont | private |
| Glyph_Pages | gui::CGUITTFont | mutableprivate |
| Glyphs | gui::CGUITTFont | mutableprivate |
| InvisibleChars | gui::CGUITTFont | private |
| load(SGUITTFace *face, const u32 size, const bool antialias, const bool transparency, const bool preload) | gui::CGUITTFont | private |
| load_flags | gui::CGUITTFont | private |
| reset_images() | gui::CGUITTFont | private |
| setBatchLoadSize(u32 batch_size) | gui::CGUITTFont | inline |
| setFallback(gui::IGUIFont *font) | gui::CGUITTFont | |
| setFontHinting(const bool enable, const bool enable_auto_hinting=true) | gui::CGUITTFont | |
| setInvisibleCharacters(const wchar_t *s) override | gui::CGUITTFont | virtual |
| setKerningHeight(s32 kerning) override | gui::CGUITTFont | virtual |
| setKerningWidth(s32 kerning) override | gui::CGUITTFont | virtual |
| setMonochrome(const bool flag) | gui::CGUITTFont | |
| shadow_alpha | gui::CGUITTFont | private |
| shadow_offset | gui::CGUITTFont | private |
| size | gui::CGUITTFont | protected |
| tt_face | gui::CGUITTFont | private |
| update_glyph_pages() const | gui::CGUITTFont | private |
| update_load_flags() | gui::CGUITTFont | inlineprivate |
| use_auto_hinting | gui::CGUITTFont | protected |
| use_hinting | gui::CGUITTFont | protected |
| use_monochrome | gui::CGUITTFont | protected |
| useAutoHinting() const | gui::CGUITTFont | inline |
| useHinting() const | gui::CGUITTFont | inline |
| useMonochrome() const | gui::CGUITTFont | inline |
| ~CGUITTFont() | gui::CGUITTFont | virtual |