Documentation for vtkVectorText

vtkVectorText - create polygonal text

Super Class: vtkPolyDataSource

Description:

vtkVectorText converts a text string into polygons. This way you can insert text into your renderings.

 

Methods:

void vtkVectorText ()
void vtkVectorText ()
static vtkVectorText *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void SetText (char *)
char *GetText ()
void Execute ()

 

Detailed Method Descriptions:

Set/Get the text to be drawn.

void SetText (char *)
char *GetText ()