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

Public Member Functions

 Glyph (const Rect &sprite, const Rect &texture, int ch, float ad)
 

Public Attributes

Rect sprite_rect
 
Rect texture_rect
 
int code_point
 
float advance
 

Detailed Description

Definition at line 24 of file font.h.

Constructor & Destructor Documentation

◆ Glyph()

eu::render::Glyph::Glyph ( const Rect sprite,
const Rect texture,
int  ch,
float  ad 
)

Member Data Documentation

◆ advance

float eu::render::Glyph::advance

Definition at line 29 of file font.h.

◆ code_point

int eu::render::Glyph::code_point

Definition at line 28 of file font.h.

◆ sprite_rect

Rect eu::render::Glyph::sprite_rect

Definition at line 26 of file font.h.

◆ texture_rect

Rect eu::render::Glyph::texture_rect

Definition at line 27 of file font.h.


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