
Enumerations | |
| enum | TextLayout { LEFT_TO_RIGHT, RIGHT_TO_LEFT, VERTICAL } |
| Supported direction of text layout. More... | |
| enum | Fonts { ARIAL, TIMES, DIRTYDOZ, FUDD, BLUEHIGB, BLUEHIGC, BLUEHIGH } |
| Supported fonts. More... | |
| enum | TextAxis { DEFAULT_AXIS, XY_PLANE, REVERSED_XY_PLANE, YZ_PLANE, REVERSED_YZ_PLANE, XZ_PLANE, REVERSED_XZ_PLANE, SCREEN } |
| Supported axis for 3D text. More... | |
| enum | TextAlign { DEFAULT_ALIGN, LEFT_TOP, LEFT_CENTER, LEFT_BOTTOM, CENTER_TOP, CENTER_CENTER, CENTER_BOTTOM, RIGHT_TOP, RIGHT_CENTER, RIGHT_BOTTOM, LEFT_BASE_LINE, CENTER_BASE_LINE, RIGHT_BASE_LINE, LEFT_BOTTOM_BASE_LINE, CENTER_BOTTOM_BASE_LINE, RIGHT_BOTTOM_BASE_LINE } |
| Supported alignment for text. More... | |
| enum | Error { OSG_INVALID_DEPTH_TYPE, OSG_NO_CONFIG_FILE, OSG_FILE_READ, OSG_NO_POINT_CLOUD, OSG_BASIC_EXCEPTION, OSG_BAD_CONTEXT } |
| Enumeration of OSG errors for use in error reporting and returning. More... | |
| enum | DepthType { DEPTH_NONE, DEPTH_ZBUFFER, DEPTH_ANGULAR } |
| Enumeration of depth method to use in OSG. More... | |
|
|
Enumeration of depth method to use in OSG.
Definition at line 125 of file OSGDefine.H. |
|
|
Enumeration of OSG errors for use in error reporting and returning.
Definition at line 113 of file OSGDefine.H. |
|
|
Supported fonts.
Definition at line 64 of file OSGDefine.H. |
|
|
Supported alignment for text.
Definition at line 91 of file OSGDefine.H. |
|
|
Supported axis for 3D text.
Definition at line 77 of file OSGDefine.H. |
|
|
Supported direction of text layout.
Definition at line 55 of file OSGDefine.H. |
1.4.4