| Library | File | Frames | Expand |
| static pfcTextDescriptor_ptr | Create (xrstring TextString, pfcPoint3D_ptr Point, pfcTextStyle_ptr Style) | |
| This method creates a new TextDescriptor object. | ||
| pfcPoint3D_ptr | GetPoint () | |
| void | SetPoint (pfcPoint3D_ptr value) | |
| The location of the text | ||
| pfcTextStyle_ptr | GetStyle () | |
| void | SetStyle (pfcTextStyle_ptr value) | |
| The text style | ||
| xstring | GetTextString () | |
| void | SetTextString (xrstring value) | |
| The text string | ||
| xstring | GetTextString | () |
| void | SetTextString | (xrstring value) |
|
The text string |
| pfcPoint3D_ptr | GetPoint | () |
| void | SetPoint | (pfcPoint3D_ptr value) |
|
The location of the text |
| pfcTextStyle_ptr | GetStyle | () |
| void | SetStyle | (pfcTextStyle_ptr value) |
|
The text style |
| static pfcTextDescriptor_ptr | Create | (xrstring TextString, pfcPoint3D_ptr Point, pfcTextStyle_ptr Style) |
|
This method creates a new TextDescriptor object.
|