Class pfcText

# include <pfcGeometry.h>

class
pfcText
: public virtual
pfcCurve
{
xaideclare(pfcText)
...
};


Description
This class defines the text information.
User Guide References:
Direct Known Subclasses:
Methods Inherited from Class pfcGeomCurve::
Methods Inherited from Class pfcChild::
Methods Inherited from Class pfcActionSource::
Methods Inherited from Class pfcRelationOwner::
Methods Inherited from Class pfcParent::
Methods Inherited from Class pfcParameterOwner::
Methods Inherited from Class pfcModelItem::
Method Summary
The point at which to start the text string
The text style
The text to display
Method Detail
GetTextString
()
The text to display
GetPoint
()
The point at which to start the text string
GetStyle
()
The text style
Was this helpful?