Euphoria
Public Member Functions | Public Attributes | List of all members
eu::render::TextDrawCommand Struct Reference

Public Member Functions

 TextDrawCommand (const Texture2d *texture, const Rect &sprite_rect, const Rect &texture_rect, bool hi)
 

Public Attributes

const Texture2dtexture
 
Rect sprite_rect
 
Rect texture_rect
 
bool hi
 

Detailed Description

Definition at line 58 of file font.h.

Constructor & Destructor Documentation

◆ TextDrawCommand()

eu::render::TextDrawCommand::TextDrawCommand ( const Texture2d texture,
const Rect sprite_rect,
const Rect texture_rect,
bool  hi 
)

Member Data Documentation

◆ hi

bool eu::render::TextDrawCommand::hi

Definition at line 63 of file font.h.

◆ sprite_rect

Rect eu::render::TextDrawCommand::sprite_rect

Definition at line 61 of file font.h.

◆ texture

const Texture2d* eu::render::TextDrawCommand::texture

Definition at line 60 of file font.h.

◆ texture_rect

Rect eu::render::TextDrawCommand::texture_rect

Definition at line 62 of file font.h.


The documentation for this struct was generated from the following file: