MOS
|
This is the complete list of members for mos::gfx::Text, including all inherited members.
emission(const glm::vec3 &emission) -> void | mos::gfx::Text | |
font() const -> Font | mos::gfx::Text | |
height() const -> float | mos::gfx::Text | |
model() const -> Model | mos::gfx::Text | |
opacity(float opacity) -> void | mos::gfx::Text | |
operator+=(const std::string &input) -> Text & (defined in mos::gfx::Text) | mos::gfx::Text | |
operator=(const std::string &input) -> Text & (defined in mos::gfx::Text) | mos::gfx::Text | |
position(const glm::vec2 &position) -> void | mos::gfx::Text | |
position(const glm::vec3 &position) -> void | mos::gfx::Text | |
position() const -> glm::vec2 | mos::gfx::Text | |
scale(float scale) -> void | mos::gfx::Text | |
spacing (defined in mos::gfx::Text) | mos::gfx::Text | |
text(const std::string &text) -> void | mos::gfx::Text | |
text() const -> std::string | mos::gfx::Text | |
Text(const std::string &txt, Font font, const glm::mat4 &transform=glm::mat4(1.0f), float spacing=0.0f, float opacity=1.0f, float roughness=1.0f, float metallic=0.0f, const glm::vec3 &emission=glm::vec3(0.0f)) (defined in mos::gfx::Text) | mos::gfx::Text | |
transform(const glm::mat4 &transform) -> void | mos::gfx::Text | |
transform() const -> glm::mat4 | mos::gfx::Text | |
width() const -> float | mos::gfx::Text |