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