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

Glyph struct. More...

#include <engine_structs.h>

Public Attributes

float x0
 
float y0
 
float w
 
float h
 
const Characterch
 
const glm::vec4 token_color = glm::vec4(1.f)
 

Detailed Description

Glyph struct.

Version
0.0.8

Member Data Documentation

◆ ch

const Character* Glyph::ch

◆ h

float Glyph::h

◆ token_color

const glm::vec4 Glyph::token_color = glm::vec4(1.f)

◆ w

float Glyph::w

◆ x0

float Glyph::x0

◆ y0

float Glyph::y0

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