- sf
- Font
This is the complete list of members for sf::Font, including all inherited members.
| Font() | sf::Font | |
| Font(const Font ©) | sf::Font | |
| getGlyph(Uint32 codePoint, unsigned int characterSize, bool bold, float outlineThickness=0) const | sf::Font | |
| getInfo() const | sf::Font | |
| getKerning(Uint32 first, Uint32 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(Uint32 codePoint) const | sf::Font | |
| isSmooth() const | sf::Font | |
| loadFromFile(const std::string &filename) | sf::Font | |
| loadFromMemory(const void *data, std::size_t sizeInBytes) | sf::Font | |
| loadFromStream(InputStream &stream) | sf::Font | |
| operator=(const Font &right) | sf::Font | |
| setSmooth(bool smooth) | sf::Font | |
| ~Font() | sf::Font |