FastEngine 0.9.3
A multiplayer oriented 2D engine made with Vulkan.
Loading...
Searching...
No Matches
fge::Glyph Class Reference

Public Attributes

float _advance = 0.0f
 Offset to move horizontally to the next character.
 
int _lsbDelta = 0
 Left offset after forced autohint. Internally used by getKerning()
 
int _rsbDelta = 0
 Right offset after forced autohint. Internally used by getKerning()
 
fge::RectFloat _bounds
 Bounding rectangle of the glyph, in coordinates relative to the baseline.
 
fge::RectInt _textureRect
 Texture coordinates of the glyph inside the font's texture.
 

Member Data Documentation

◆ _advance

float fge::Glyph::_advance = 0.0f

Offset to move horizontally to the next character.

◆ _bounds

fge::RectFloat fge::Glyph::_bounds

Bounding rectangle of the glyph, in coordinates relative to the baseline.

◆ _lsbDelta

int fge::Glyph::_lsbDelta = 0

Left offset after forced autohint. Internally used by getKerning()

◆ _rsbDelta

int fge::Glyph::_rsbDelta = 0

Right offset after forced autohint. Internally used by getKerning()

◆ _textureRect

fge::RectInt fge::Glyph::_textureRect

Texture coordinates of the glyph inside the font's texture.


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