Warning
This page refers to an old version of SFML. Click here to switch to the latest version.
Warning
This page refers to an old version of SFML. Click here to switch to the latest version.
This is the complete list of members for sf::Font, including all inherited members.
Font()=default | sf::Font | |
Font(const std::filesystem::path &filename) | sf::Font | explicit |
Font(const void *data, std::size_t sizeInBytes) | sf::Font | |
Font(InputStream &stream) | sf::Font | explicit |
getGlyph(char32_t codePoint, unsigned int characterSize, bool bold, float outlineThickness=0) const | sf::Font | |
getInfo() const | sf::Font | |
getKerning(std::uint32_t first, std::uint32_t second, unsigned int characterSize, bool bold=false) const | sf::Font | |
getLineSpacing(unsigned int characterSize) const | sf::Font | |
getTexture(unsigned int characterSize) const | sf::Font | |
getUnderlinePosition(unsigned int characterSize) const | sf::Font | |
getUnderlineThickness(unsigned int characterSize) const | sf::Font | |
hasGlyph(char32_t codePoint) const | sf::Font | |
isSmooth() const | sf::Font | |
openFromFile(const std::filesystem::path &filename) | sf::Font | |
openFromMemory(const void *data, std::size_t sizeInBytes) | sf::Font | |
openFromStream(InputStream &stream) | sf::Font | |
setSmooth(bool smooth) | sf::Font |