NWengine 0.9
Loading...
Searching...
No Matches
Glyph Class Reference

Class representing a glyph. More...

#include <Font.h>

Public Member Functions

void Delete ()
 Deletes the glyph.
 

Public Attributes

uint32 advance = 0
 
iVec2 bearing
 
iVec2 size
 
Texture texture
 

Detailed Description

Class representing a glyph.

Member Data Documentation

◆ advance

uint32 Glyph::advance = 0

The advance value of the glyph.

◆ bearing

iVec2 Glyph::bearing

The bearing of the glyph.

◆ size

iVec2 Glyph::size

The size of the glyph.

◆ texture

Texture Glyph::texture

The texture of the glyph.


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