Loading...
Searching...
No Matches
sf::Font Member List

This is the complete list of members for sf::Font, including all inherited members.

Font()=defaultsf::Font
Font(const std::filesystem::path &filename)sf::Fontexplicit
Font(const void *data, std::size_t sizeInBytes)sf::Font
Font(InputStream &stream)sf::Fontexplicit
getGlyph(std::uint32_t codePoint, unsigned int characterSize, bool bold, float outlineThickness=0) constsf::Font
getInfo() constsf::Font
getKerning(std::uint32_t first, std::uint32_t second, unsigned int characterSize, bool bold=false) constsf::Font
getLineSpacing(unsigned int characterSize) constsf::Font
getTexture(unsigned int characterSize) constsf::Font
getUnderlinePosition(unsigned int characterSize) constsf::Font
getUnderlineThickness(unsigned int characterSize) constsf::Font
hasGlyph(std::uint32_t codePoint) constsf::Font
isSmooth() constsf::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