TGUI
0.10-beta
|
This is the complete list of members for tgui::BackendFontFreetype, including all inherited members.
cleanup() (defined in tgui::BackendFontFreetype) | tgui::BackendFontFreetype | protected |
constructGlyphKey(char32_t codePoint, unsigned int characterSize, bool bold, float outlineThickness) | tgui::BackendFont | protected |
findAvailableGlyphRect(unsigned int width, unsigned int height) (defined in tgui::BackendFontFreetype) | tgui::BackendFontFreetype | protected |
getGlyph(char32_t codePoint, unsigned int characterSize, bool bold, float outlineThickness=0) override | tgui::BackendFontFreetype | virtual |
getInternalGlyph(char32_t codePoint, unsigned int characterSize, bool bold, float outlineThickness) (defined in tgui::BackendFontFreetype) | tgui::BackendFontFreetype | protected |
getKerning(char32_t first, char32_t second, unsigned int characterSize, bool bold) override | tgui::BackendFontFreetype | virtual |
getLineSpacing(unsigned int characterSize) override | tgui::BackendFontFreetype | virtual |
getTexture(unsigned int characterSize) override | tgui::BackendFontFreetype | virtual |
getUnderlinePosition(unsigned int characterSize) override | tgui::BackendFontFreetype | virtual |
getUnderlineThickness(unsigned int characterSize) override | tgui::BackendFontFreetype | virtual |
hasGlyph(char32_t codePoint) const override | tgui::BackendFontFreetype | virtual |
isSmooth() const | tgui::BackendFont | |
loadFromFile(const String &filename) | tgui::BackendFont | virtual |
loadFromMemory(std::unique_ptr< std::uint8_t[]> data, std::size_t sizeInBytes) override | tgui::BackendFontFreetype | virtual |
loadFromMemory(std::unique_ptr< std::uint8_t[]> data, std::size_t sizeInBytes)=0 | tgui::BackendFontFreetype | virtual |
loadFromMemory(const void *data, std::size_t sizeInBytes) | tgui::BackendFontFreetype | |
loadGlyph(char32_t codePoint, unsigned int characterSize, bool bold, float outlineThickness) (defined in tgui::BackendFontFreetype) | tgui::BackendFontFreetype | protected |
m_cachedLineSpacing (defined in tgui::BackendFontFreetype) | tgui::BackendFontFreetype | protected |
m_face (defined in tgui::BackendFontFreetype) | tgui::BackendFontFreetype | protected |
m_fileContents (defined in tgui::BackendFontFreetype) | tgui::BackendFontFreetype | protected |
m_glyphs (defined in tgui::BackendFontFreetype) | tgui::BackendFontFreetype | protected |
m_isSmooth (defined in tgui::BackendFont) | tgui::BackendFont | protected |
m_library (defined in tgui::BackendFontFreetype) | tgui::BackendFontFreetype | protected |
m_nextRow | tgui::BackendFontFreetype | protected |
m_pixels (defined in tgui::BackendFontFreetype) | tgui::BackendFontFreetype | protected |
m_rows (defined in tgui::BackendFontFreetype) | tgui::BackendFontFreetype | protected |
m_stroker (defined in tgui::BackendFontFreetype) | tgui::BackendFontFreetype | protected |
m_texture (defined in tgui::BackendFontFreetype) | tgui::BackendFontFreetype | protected |
m_textureSize (defined in tgui::BackendFontFreetype) | tgui::BackendFontFreetype | protected |
m_textureUpToDate (defined in tgui::BackendFontFreetype) | tgui::BackendFontFreetype | protected |
setCurrentSize(unsigned int characterSize) (defined in tgui::BackendFontFreetype) | tgui::BackendFontFreetype | protected |
setSmooth(bool smooth) override | tgui::BackendFontFreetype | virtual |
~BackendFont()=default | tgui::BackendFont | virtual |
~BackendFontFreetype() | tgui::BackendFontFreetype |