uicore::GlyphMetrics Class Reference

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. More...
 
Pointf bbox_offset
 Bounding box offset relative to the write cursor position. More...
 
Sizef bbox_size
 Bounding box size The bounding box is the smallest rectangle that completely encloses the glyph. More...
 

Detailed Description

Glyph metrics class.

Constructor & Destructor Documentation

uicore::GlyphMetrics::GlyphMetrics ( )
inline
uicore::GlyphMetrics::GlyphMetrics ( const Pointf bbox_offset,
const Sizef bbox_size,
const Sizef advance 
)
inline

Member Data Documentation

Sizef uicore::GlyphMetrics::advance

Distance the write cursor is moved.

Pointf uicore::GlyphMetrics::bbox_offset

Bounding box offset relative to the write cursor position.

Sizef uicore::GlyphMetrics::bbox_size

Bounding box size The bounding box is the smallest rectangle that completely encloses the glyph.


The documentation for this class was generated from the following file: