A BitmapText is a Drawable that uses a BitmapFont to display text.
void setFont(const BitmapFont &font)
Set the text's BitmapFont.
auto getLocalBounds() const -> ns::FloatRect
Get BitmapText local bounds.
auto getPosition() const -> sf::Vector2f
Get BitmapText position.
auto getGlobalBounds() const -> ns::FloatRect
Get BitmapText global bounds.
void setColor(const sf::Color &color)
Set the font color.
void setString(const sf::String &string)
Set the text's string.