Home | Download | Screen shots | Discussion | Documentation |
---|
For internal use only.
Public Member Functions | |
glyph_geometry (const std::vector< std::vector< vec2f > > &contours, float advance_width, float advance_height) throw (std::bad_alloc) | |
Construct from a set of contours. | |
Public Attributes | |
std::vector< vec2f > | coord |
Glyph coordinates. | |
std::vector< int32 > | coord_index |
Glyph coordinate indices. | |
float | advance_width |
The distance the pen should advance horizontally after drawing the glyph. | |
float | advance_height |
The distance the pen should advance vertically after drawing the glyph. |
|
Construct from a set of contours.
|
|
Glyph coordinates.
|
|
Glyph coordinate indices.
|
|
The distance the pen should advance horizontally after drawing the glyph.
|
|
The distance the pen should advance vertically after drawing the glyph.
|