Euphoria
eu::render::TextDrawCommand Struct Reference

#include <font.h>

Public Member Functions

 TextDrawCommand (const Texture2 *texture, const Rectf &sprite_rect, const Rectf &texture_rect, bool hi)
 

Public Attributes

const Texture2texture
 
Rectf sprite_rect
 
Rectf texture_rect
 
bool hi
 

Detailed Description

Definition at line 66 of file font.h.

Constructor & Destructor Documentation

◆ TextDrawCommand()

eu::render::TextDrawCommand::TextDrawCommand ( const Texture2 texture,
const Rectf sprite_rect,
const Rectf texture_rect,
bool  hi 
)

Definition at line 319 of file font.cc.

Member Data Documentation

◆ hi

bool eu::render::TextDrawCommand::hi

Definition at line 71 of file font.h.

◆ sprite_rect

Rectf eu::render::TextDrawCommand::sprite_rect

Definition at line 69 of file font.h.

◆ texture

const Texture2* eu::render::TextDrawCommand::texture

Definition at line 68 of file font.h.

◆ texture_rect

Rectf eu::render::TextDrawCommand::texture_rect

Definition at line 70 of file font.h.


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