Base class for Text types.
More...
#include <le2d/drawable/text.hpp>
Base class for Text types.
◆ Params
◆ get_size()
| auto le::drawable::TextBase::get_size |
( |
| ) |
const -> glm::vec2 |
|
inline |
◆ get_texture()
| auto le::drawable::TextBase::get_texture |
( |
| ) |
const -> ITexture const* |
|
inline |
◆ set_string()
| void le::drawable::TextBase::set_string |
( |
IFont & |
font, |
|
|
std::string_view |
line, |
|
|
Params const & |
params = {} |
|
) |
| |
◆ to_primitive()
| auto le::drawable::TextBase::to_primitive |
( |
| ) |
const -> Primitive |
|
finalvirtual |
The documentation for this class was generated from the following file: