Concrete drawable Texture.
Definition texture.hpp:31
Drawable geometry for text.
Definition text_geometry.hpp:9
Instanced Text Draw Primitive.
Definition text.hpp:38
Base class for Text types.
Definition text.hpp:17
auto to_primitive() const -> Primitive final
auto get_texture() const -> ITexture const *
Definition text.hpp:26
auto get_size() const -> glm::vec2
Definition text.hpp:25
void set_string(IFont &font, std::string_view line, Params const ¶ms={})
Text generation parameters.
Definition text.hpp:11