32 #include "../../Core/Math/rect.h"
GlyphMetrics(const Pointf &bbox_offset, const Sizef &bbox_size, const Sizef &advance)
Definition: glyph_metrics.h:44
Sizef bbox_size
Bounding box size The bounding box is the smallest rectangle that completely encloses the glyph...
Definition: glyph_metrics.h:51
Glyph metrics class.
Definition: glyph_metrics.h:40
Sizef advance
Distance the write cursor is moved.
Definition: glyph_metrics.h:54
GlyphMetrics()
Definition: glyph_metrics.h:43
Pointf bbox_offset
Bounding box offset relative to the write cursor position.
Definition: glyph_metrics.h:47
2D (x,y) point structure - Float
Definition: point.h:71
2D (width,height) size structure - Float
Definition: size.h:183