29 #include <TGUI/Global.hpp> 61 Font(
const std::string&
id);
79 Font(std::shared_ptr<sf::Font> font);
88 Font(
const sf::Font& font);
97 std::shared_ptr<sf::Font> getFont()
const;
103 std::shared_ptr<sf::Font> m_font;
111 #endif // TGUI_TEXTURE_HPP Namespace that contains all TGUI functions and classes.
Definition: Animation.hpp:33