|
Euphoria
|
Public Member Functions | |
| void | add (const Texture2d *texture, const Rect &sprite_rect, const Rect &texture_rect, bool hi) |
| void | draw (SpriteBatch *renderer, const v2 &start_position, const Rgb &base_color, const Rgb &hi_color) |
| Rect | get_extents () const |
Public Attributes | |
| std::vector< TextDrawCommand > | commands |
| void eu::render::ListOfTextDrawCommands::add | ( | const Texture2d * | texture, |
| const Rect & | sprite_rect, | ||
| const Rect & | texture_rect, | ||
| bool | hi | ||
| ) |
| void eu::render::ListOfTextDrawCommands::draw | ( | SpriteBatch * | renderer, |
| const v2 & | start_position, | ||
| const Rgb & | base_color, | ||
| const Rgb & | hi_color | ||
| ) |
| Rect eu::render::ListOfTextDrawCommands::get_extents | ( | ) | const |
| std::vector<TextDrawCommand> eu::render::ListOfTextDrawCommands::commands |