|
Symphony Of Empires
|
#include <font_sdf.hpp>

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 |
Definition at line 44 of file font_sdf.hpp.
|
default |
| Eng3D::Glyph::Glyph | ( | float | _advance, |
| Eng3D::Rectangle | _atlas_bounds, | ||
| Eng3D::Rectangle | _plane_bounds | ||
| ) |
Definition at line 41 of file font_sdf.cpp.
|
default |
| float Eng3D::Glyph::advance |
Definition at line 49 of file font_sdf.hpp.
| Eng3D::Rectangle Eng3D::Glyph::atlas_bounds |
Definition at line 50 of file font_sdf.hpp.
| Eng3D::Rectangle Eng3D::Glyph::plane_bounds |
Definition at line 51 of file font_sdf.hpp.