Glyph metrics class. More...
#include <glyph_metrics.h>
Public Member Functions | |
GlyphMetrics () | |
GlyphMetrics (const Pointf &bbox_offset, const Sizef &bbox_size, const Sizef &advance) | |
Public Attributes | |
Sizef | advance |
Distance the write cursor is moved. | |
Pointf | bbox_offset |
Bounding box offset relative to the write cursor position. | |
Sizef | bbox_size |
Bounding box size The bounding box is the smallest rectangle that completely encloses the glyph. | |
Glyph metrics class.
|
inline |
|
inline |
References advance, bbox_offset, and bbox_size.
Sizef clan::GlyphMetrics::advance |
Distance the write cursor is moved.
Referenced by GlyphMetrics().
Pointf clan::GlyphMetrics::bbox_offset |
Bounding box offset relative to the write cursor position.
Referenced by GlyphMetrics().
Sizef clan::GlyphMetrics::bbox_size |
Bounding box size The bounding box is the smallest rectangle that completely encloses the glyph.
Referenced by GlyphMetrics().