Library | File

Class pfcTextDescriptor

# include <pfcGeometry.h>

class pfcTextDescriptor
 : public virtual pfcCurveDescriptor
{
    xdeclare(pfcTextDescriptor)
    ...
};
This is a COMPACT class.



Description

A data object representing a text entity.



Method Summary

static pfcTextDescriptor_ptrCreate (xrstring TextString, pfcPoint3D_ptr Point, pfcTextStyle_ptr Style)
This method creates a new TextDescriptor object.
pfcPoint3D_ptrGetPoint ()
voidSetPoint (pfcPoint3D_ptr value)
The location of the text
pfcTextStyle_ptrGetStyle ()
voidSetStyle (pfcTextStyle_ptr value)
The text style
xstringGetTextString ()
voidSetTextString (xrstring value)
The text string


Methods Inherited from Class pfcCurveDescriptor:

GetCurveType



Method Detail

xstringGetTextString ()
voidSetTextString (xrstring value)

The text string




pfcPoint3D_ptrGetPoint ()
voidSetPoint (pfcPoint3D_ptr value)

The location of the text




pfcTextStyle_ptrGetStyle ()
voidSetStyle (pfcTextStyle_ptr value)

The text style




static pfcTextDescriptor_ptrCreate (xrstring TextString, pfcPoint3D_ptr Point, pfcTextStyle_ptr Style)

This method creates a new TextDescriptor object.
Parameters:
TextString
The text string
Point
The location of the text
Style
The text style
Returns:
The new TextDescriptor object