TGUI
1.6.1
|
This is the complete list of members for tgui::Font, including all inherited members.
Font(std::nullptr_t=nullptr) noexcept | tgui::Font | |
Font(const String &id) | tgui::Font | |
Font(const char *id) | tgui::Font | |
Font(const void *data, std::size_t sizeInBytes) | tgui::Font | |
Font(std::shared_ptr< BackendFont > backendFont, String id) | tgui::Font | |
getBackendFont() const | tgui::Font | |
getFontHeight(unsigned int characterSize) const | tgui::Font | |
getGlobalFont() | tgui::Font | static |
getGlyph(char32_t codePoint, unsigned int characterSize, bool bold, float outlineThickness=0) const | tgui::Font | |
getId() const | tgui::Font | |
getKerning(char32_t first, char32_t second, unsigned int characterSize, bool bold=false) const | tgui::Font | |
getLineSpacing(unsigned int characterSize) const | tgui::Font | |
isSmooth() const | tgui::Font | |
operator bool() const | tgui::Font | |
operator!=(std::nullptr_t) const | tgui::Font | |
operator!=(const Font &right) const | tgui::Font | |
operator==(std::nullptr_t) const | tgui::Font | |
operator==(const Font &right) const | tgui::Font | |
setGlobalFont(const Font &font) | tgui::Font | static |
setSmooth(bool smooth) | tgui::Font |