Euphoria
eu::render::Glyph Struct Reference

#include <font.h>

Public Member Functions

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

Public Attributes

Rectf sprite_rect
 
Rectf texture_rect
 
int code_point
 
float advance
 

Detailed Description

Definition at line 32 of file font.h.

Constructor & Destructor Documentation

◆ Glyph()

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

Definition at line 33 of file font.cc.

Member Data Documentation

◆ advance

float eu::render::Glyph::advance

Definition at line 37 of file font.h.

◆ code_point

int eu::render::Glyph::code_point

Definition at line 36 of file font.h.

◆ sprite_rect

Rectf eu::render::Glyph::sprite_rect

Definition at line 34 of file font.h.

◆ texture_rect

Rectf eu::render::Glyph::texture_rect

Definition at line 35 of file font.h.


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