Ember
A C++ 20 'game engine' built with SDL3 with wide platform support.
Public Attributes | List of all members
Glyph Struct Reference

#include <engine_structs.h>

Public Attributes

float x0
 
float y0
 
float x1
 
float y1
 
int w
 
int h
 
int x_offset
 
int y_offset
 
int advance
 

Member Data Documentation

◆ advance

int Glyph::advance

◆ h

int Glyph::h

◆ w

int Glyph::w

◆ x0

float Glyph::x0

◆ x1

float Glyph::x1

◆ x_offset

int Glyph::x_offset

◆ y0

float Glyph::y0

◆ y1

float Glyph::y1

◆ y_offset

int Glyph::y_offset

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