NasNas
An intuitive and beginner friendly 2D game framework for C++
|
This is the complete list of members for ns::BitmapFont, including all inherited members.
BitmapFont()=default (defined in ns::BitmapFont) | ns::BitmapFont | |
computeStringSize(const std::wstring &string) const -> sf::Vector2f (defined in ns::BitmapFont) | ns::BitmapFont | |
getGlyph(wchar_t character) const -> const BitmapGlyph & | ns::BitmapFont | |
getGlyphSize() const -> const sf::Vector2u & | ns::BitmapFont | |
getTexture() const -> const sf::Texture * | ns::BitmapFont | |
loadFromTexture(const sf::Texture &texture, const sf::Vector2u &glyph_size, unsigned advance) | ns::BitmapFont | |
setCharacters(const std::wstring &characters) (defined in ns::BitmapFont) | ns::BitmapFont | |
setCharactersAdvance(const std::map< std::wstring, unsigned > &advances) (defined in ns::BitmapFont) | ns::BitmapFont |