This is the complete list of members for FontEngine, including all inherited members.
cleanCache() | FontEngine | private |
DISABLE_CLASS_COPY(FontEngine) | FontEngine | private |
FontEngine(gui::IGUIEnvironment *env) | FontEngine | |
getDefaultFontSize() | FontEngine | |
getFont(FontSpec spec) | FontEngine | |
getFont(unsigned int font_size=FONT_SIZE_UNSPECIFIED, FontMode mode=FM_Unspecified) | FontEngine | inline |
getFont(FontSpec spec, bool may_fail) | FontEngine | private |
getFontSize(FontMode mode) | FontEngine | |
getLineHeight(const FontSpec &spec) | FontEngine | |
getLineHeight(unsigned int font_size=FONT_SIZE_UNSPECIFIED, FontMode mode=FM_Unspecified) | FontEngine | inline |
getTextHeight(const FontSpec &spec) | FontEngine | |
getTextHeight(unsigned int font_size=FONT_SIZE_UNSPECIFIED, FontMode mode=FM_Unspecified) | FontEngine | inline |
getTextWidth(const std::wstring &text, const FontSpec &spec) | FontEngine | |
getTextWidth(const std::wstring &text, unsigned int font_size=FONT_SIZE_UNSPECIFIED, FontMode mode=FM_Unspecified) | FontEngine | inline |
getTextWidth(const std::string &text, const FontSpec &spec) | FontEngine | inline |
getTextWidth(const std::string &text, unsigned int font_size=FONT_SIZE_UNSPECIFIED, FontMode mode=FM_Unspecified) | FontEngine | inline |
initFont(const FontSpec &spec) | FontEngine | private |
m_currentMode | FontEngine | privatestatic |
m_default_bold | FontEngine | private |
m_default_italic | FontEngine | private |
m_default_size | FontEngine | private |
m_env | FontEngine | private |
m_font_cache | FontEngine | private |
m_font_mutex | FontEngine | private |
readSettings() | FontEngine | |
updateFontCache() | FontEngine | private |
updateSkin() | FontEngine | private |
~FontEngine() | FontEngine |