33 #include "../../Core/Math/rect.h"
GlyphMetrics(const Pointf &bbox_offset, const Sizef &bbox_size, const Sizef &advance)
Definition: glyph_metrics.h:45
2D (x,y) point structure - Float
Definition: point.h:73
Pointf bbox_offset
Bounding box offset relative to the write cursor position.
Definition: glyph_metrics.h:48
Sizef bbox_size
Bounding box size The bounding box is the smallest rectangle that completely encloses the glyph.
Definition: glyph_metrics.h:52
Sizef advance
Distance the write cursor is moved.
Definition: glyph_metrics.h:55
GlyphMetrics()
Definition: glyph_metrics.h:44
2D (width,height) size structure - Float
Definition: size.h:170
Glyph metrics class.
Definition: glyph_metrics.h:42