#include <OSGTextVectorGlyph.h>
Public Types | |
| enum | PointType { PT_ON, PT_QUAD, PT_CUBIC } |
Public Member Functions | |
| Point (const Vec2f &_pos, PointType _type) | |
Public Attributes | |
| Vec2f | pos |
| PointType | type |
Definition at line 77 of file OSGTextVectorGlyph.h.
|
|
Defines different types of outline points Definition at line 80 of file OSGTextVectorGlyph.h.
|
|
||||||||||||
|
Creates a new Point object.
Definition at line 43 of file OSGTextVectorGlyph.inl.
|
|
|
The position Definition at line 88 of file OSGTextVectorGlyph.h. |
|
|
The type of point (on, quad, cubic) Definition at line 91 of file OSGTextVectorGlyph.h. |
1.4.3