17#ifndef _FGE_GRAPHIC_C_GLYPH_HPP_INCLUDED
18#define _FGE_GRAPHIC_C_GLYPH_HPP_INCLUDED
27#include "FastEngine/C_rect.hpp"
Definition C_glyph.hpp:33
int _lsbDelta
Left offset after forced autohint. Internally used by getKerning()
Definition C_glyph.hpp:40
fge::RectFloat _bounds
Bounding rectangle of the glyph, in coordinates relative to the baseline.
Definition C_glyph.hpp:42
float _advance
Offset to move horizontally to the next character.
Definition C_glyph.hpp:39
int _rsbDelta
Right offset after forced autohint. Internally used by getKerning()
Definition C_glyph.hpp:41
fge::RectInt _textureRect
Texture coordinates of the glyph inside the font's texture.
Definition C_glyph.hpp:43