auto height() const -> float
Approximate height.
auto emission(const glm::vec3 &emission) -> void
Set if the text is emissive.
auto transform() const -> glm::mat4
Get transform.
auto position() const -> glm::vec2
Get position.
auto scale(float scale) -> void
Set scale.
auto opacity(float opacity) -> void
Set opacity.
auto text() const -> std::string
Get text.
auto font() const -> Font
Get the font.
auto width() const -> float
Approximate width.
auto model() const -> Model
Get model.