| Home | Download | Screen shots | Discussion | Documentation | Links |
|---|
Public Methods | |
| GlyphGeometry (const std::vector< MFVec2f > &contours, float advanceWidth, float advanceHeight) throw (std::bad_alloc) | |
| Construct from a set of contours. | |
Public Attributes | |
| MFVec2f | coord |
| Glyph coordinates. | |
| MFInt32 | coordIndex |
| Glyph coordinate indices. | |
| float | advanceWidth |
| The distance the pen should advance horizontally after drawing the glyph. | |
| float | advanceHeight |
| The distance the pen should advance vertically after drawing the glyph. | |
|
||||||||||||||||
|
Construct from a set of contours.
|
|
|
The distance the pen should advance vertically after drawing the glyph.
|
|
|
The distance the pen should advance horizontally after drawing the glyph.
|
|
|
Glyph coordinates.
|
|
|
Glyph coordinate indices.
|