TGUI
1.6.1
|
This is the complete list of members for tgui::BackendFont, including all inherited members.
BackendFont() | tgui::BackendFont | |
BackendFont(const BackendFont &) | tgui::BackendFont | |
BackendFont(BackendFont &&other) noexcept | tgui::BackendFont | |
constructGlyphKey(char32_t codePoint, unsigned int characterSize, bool bold, float outlineThickness) const | tgui::BackendFont | protected |
getAscent(unsigned int characterSize)=0 | tgui::BackendFont | pure virtual |
getDescent(unsigned int characterSize)=0 | tgui::BackendFont | pure virtual |
getFontHeight(unsigned int characterSize)=0 | tgui::BackendFont | pure virtual |
getFontScale() const | tgui::BackendFont | |
getGlyph(char32_t codePoint, unsigned int characterSize, bool bold, float outlineThickness=0)=0 | tgui::BackendFont | pure virtual |
getKerning(char32_t first, char32_t second, unsigned int characterSize, bool bold)=0 | tgui::BackendFont | pure virtual |
getLineSpacing(unsigned int characterSize)=0 | tgui::BackendFont | pure virtual |
getTexture(unsigned int characterSize, unsigned int &textureVersion)=0 | tgui::BackendFont | pure virtual |
getTextureSize(unsigned int characterSize)=0 | tgui::BackendFont | pure virtual |
getUnderlinePosition(unsigned int characterSize)=0 | tgui::BackendFont | pure virtual |
getUnderlineThickness(unsigned int characterSize)=0 | tgui::BackendFont | pure virtual |
hasGlyph(char32_t codePoint) const =0 | tgui::BackendFont | pure virtual |
isSmooth() const | tgui::BackendFont | |
loadFromFile(const String &filename) | tgui::BackendFont | virtual |
loadFromMemory(std::unique_ptr< std::uint8_t[]> data, std::size_t sizeInBytes)=0 | tgui::BackendFont | pure virtual |
loadFromMemory(const void *data, std::size_t sizeInBytes) | tgui::BackendFont | |
m_fontScale (defined in tgui::BackendFont) | tgui::BackendFont | protected |
m_isSmooth (defined in tgui::BackendFont) | tgui::BackendFont | protected |
operator=(const BackendFont &other) | tgui::BackendFont | |
operator=(BackendFont &&other) noexcept | tgui::BackendFont | |
setFontScale(float scale) (defined in tgui::BackendFont) | tgui::BackendFont | virtual |
setSmooth(bool smooth) | tgui::BackendFont | virtual |
~BackendFont() | tgui::BackendFont | virtual |