Symphony Of Empires
Eng3D::Glyph Struct Reference

#include <font_sdf.hpp>

Collaboration diagram for Eng3D::Glyph:

Public Member Functions

 Glyph ()=default
 
 Glyph (float _advance, Eng3D::Rectangle _atlas_bounds, Eng3D::Rectangle _plane_bounds)
 
 ~Glyph ()=default
 

Public Attributes

float advance
 
Eng3D::Rectangle atlas_bounds
 
Eng3D::Rectangle plane_bounds
 

Detailed Description

Definition at line 44 of file font_sdf.hpp.

Constructor & Destructor Documentation

◆ Glyph() [1/2]

Eng3D::Glyph::Glyph ( )
default

◆ Glyph() [2/2]

Eng3D::Glyph::Glyph ( float  _advance,
Eng3D::Rectangle  _atlas_bounds,
Eng3D::Rectangle  _plane_bounds 
)

Definition at line 41 of file font_sdf.cpp.

◆ ~Glyph()

Eng3D::Glyph::~Glyph ( )
default

Member Data Documentation

◆ advance

float Eng3D::Glyph::advance

Definition at line 49 of file font_sdf.hpp.

◆ atlas_bounds

Eng3D::Rectangle Eng3D::Glyph::atlas_bounds

Definition at line 50 of file font_sdf.hpp.

◆ plane_bounds

Eng3D::Rectangle Eng3D::Glyph::plane_bounds

Definition at line 51 of file font_sdf.hpp.


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