Euphoria
Public Attributes | List of all members
eu::core::LoadedGlyph Struct Reference

Public Attributes

bool valid = false
 
int code_point = 0
 
int bearing_x = 0
 
int bearing_y = 0
 
int advance = 0
 
Image image
 
float size = 0.0f
 

Detailed Description

Definition at line 18 of file loadedfont.h.

Member Data Documentation

◆ advance

int eu::core::LoadedGlyph::advance = 0

Definition at line 39 of file loadedfont.h.

◆ bearing_x

int eu::core::LoadedGlyph::bearing_x = 0

Definition at line 37 of file loadedfont.h.

◆ bearing_y

int eu::core::LoadedGlyph::bearing_y = 0

Definition at line 38 of file loadedfont.h.

◆ code_point

int eu::core::LoadedGlyph::code_point = 0

Definition at line 36 of file loadedfont.h.

◆ image

Image eu::core::LoadedGlyph::image

Definition at line 40 of file loadedfont.h.

◆ size

float eu::core::LoadedGlyph::size = 0.0f

Definition at line 41 of file loadedfont.h.

◆ valid

bool eu::core::LoadedGlyph::valid = false

Definition at line 35 of file loadedfont.h.


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