32#include "../../Core/Math/rect.h"
Glyph metrics class.
Definition: glyph_metrics.h:41
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
Sizef advance
Distance the write cursor is moved.
Definition: glyph_metrics.h:54
Pointf bbox_offset
Bounding box offset relative to the write cursor position.
Definition: glyph_metrics.h:47
GlyphMetrics()
Definition: glyph_metrics.h:43
2D (x,y) point structure - Float
Definition: point.h:72
2D (width,height) size structure - Float
Definition: size.h:184