9 #ifndef RAMSES_GLYPHMETRICS_H
10 #define RAMSES_GLYPHMETRICS_H
The RAMSES namespace contains all client side objects and functions used to implement RAMSES applicat...
Definition: AnimatedProperty.h:15
std::vector< GlyphMetrics > GlyphMetricsVector
Vector of GlyphMetrics elements.
Definition: GlyphMetrics.h:42
GlyphKey identifies a glyph with a specific font instance.
Definition: Glyph.h:39
GlyphMetrics describes a glyph's position and dimensions in the rasterized glyph bitmap space.
Definition: GlyphMetrics.h:26
int32_t posY
Glyph offset on y-axis.
Definition: GlyphMetrics.h:36
uint32_t height
Glyph height.
Definition: GlyphMetrics.h:32
int32_t posX
Glyph offset on x-axis.
Definition: GlyphMetrics.h:34
int32_t advance
Glyph advance (distance from origin of this glyph to where origin of next glyph should start)
Definition: GlyphMetrics.h:38
GlyphKey key
Glyph key (GlyphId + FontInstanceId)
Definition: GlyphMetrics.h:28
uint32_t width
Glyph width.
Definition: GlyphMetrics.h:30