TGUI
1.6.1
|
This is the complete list of members for tgui::BackendFontFreetype, including all inherited members.
BackendFont() | tgui::BackendFont | |
BackendFont(const BackendFont &) | tgui::BackendFont | |
BackendFont(BackendFont &&other) noexcept | tgui::BackendFont | |
cleanup() (defined in tgui::BackendFontFreetype) | tgui::BackendFontFreetype | protected |
constructGlyphKey(char32_t codePoint, unsigned int characterSize, bool bold, float outlineThickness) const | tgui::BackendFont | protected |
findAvailableGlyphRect(unsigned int width, unsigned int height) (defined in tgui::BackendFontFreetype) | tgui::BackendFontFreetype | protected |
getAscent(unsigned int characterSize) override | tgui::BackendFontFreetype | virtual |
getDescent(unsigned int characterSize) override | tgui::BackendFontFreetype | virtual |
getFontHeight(unsigned int characterSize) override | tgui::BackendFontFreetype | virtual |
getFontScale() const | tgui::BackendFont | |
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, unsigned int &textureVersion) override | tgui::BackendFontFreetype | virtual |
getTextureSize(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(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_cachedAscents (defined in tgui::BackendFontFreetype) | tgui::BackendFontFreetype | protected |
m_cachedDescents (defined in tgui::BackendFontFreetype) | tgui::BackendFontFreetype | protected |
m_cachedFontHeights (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_fontScale (defined in tgui::BackendFont) | tgui::BackendFont | 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_textureVersion (defined in tgui::BackendFontFreetype) | tgui::BackendFontFreetype | protected |
operator=(const BackendFont &other) | tgui::BackendFont | |
operator=(BackendFont &&other) noexcept | tgui::BackendFont | |
setCurrentSize(unsigned int characterSize) (defined in tgui::BackendFontFreetype) | tgui::BackendFontFreetype | protected |
setFontScale(float scale) override (defined in tgui::BackendFontFreetype) | tgui::BackendFontFreetype | virtual |
setSmooth(bool smooth) override | tgui::BackendFontFreetype | virtual |
~BackendFont() | tgui::BackendFont | virtual |
~BackendFontFreetype() override | tgui::BackendFontFreetype |