Building text shapes
Text3D class methods
- Additional methods on Text3D select the starting
position, alignment, character spacing, and character path
Method |
void setPosition( Point3f position ) |
void setAlignment( int alignment ) |
void setCharacterSpacing( float spacing ) |
void setPath( int Path ) |
- Alignment types include
ALIGN_FIRST (default), ALIGN_LAST, and
ALIGN_CENTER
- Character paths include
PATH_LEFT, PATH_RIGHT (default),
PATH_DOWN, and PATH_UP