|
ASW Lib
A.D.S. Games SDL Wrapper Library. A library targeted at Allegro4 users who want to switch to SDL3 and use modern c++.
|
This is the complete list of members for asw::game::Text, including all inherited members.
| active | asw::game::GameObject | |
| alive | asw::game::GameObject | |
| alpha | asw::game::GameObject | |
| body | asw::game::GameObject | |
| color_ | asw::game::Text | private |
| draw() override | asw::game::Text | inlinevirtual |
| font_ | asw::game::Text | private |
| GameObject()=default | asw::game::GameObject | |
| get_transform() const | asw::game::GameObject | inline |
| justify_ | asw::game::Text | private |
| rotation | asw::game::GameObject | |
| set_color(const asw::Color &color) | asw::game::Text | inline |
| set_font(const asw::Font &font) | asw::game::Text | inline |
| set_justify(asw::TextJustify justify) | asw::game::Text | inline |
| set_text(const std::string_view &text) | asw::game::Text | inline |
| text_ | asw::game::Text | private |
| transform | asw::game::GameObject | |
| update(float dt) | asw::game::GameObject | inlinevirtual |
| z_index | asw::game::GameObject | |
| ~GameObject()=default | asw::game::GameObject | virtual |