FontGlyph
Variables
Name |
Type |
Description |
---|---|---|
positionTopLeft |
Math::vec2 |
The top-left position of the glyph’s position. |
positionBottomRight |
Math::vec2 |
The bottom-right position of the glyph’s position. |
positionAdvance |
float |
The horizontal offset to add to the position when using this glyph. |
uvTopLeft |
Math::vec2 |
The top-left position of the glyph on the font bitmap. |
uvBottomRight |
Math::vec2 |
The bottom-right position of the glyph on the font bitmap. |