Section: Visualization Toolkit Rendering Classes
To create an instance of class vtkFreeTypeLabelRenderStrategy, simply invoke its constructor as follows
obj = vtkFreeTypeLabelRenderStrategy
obj
is an instance of the vtkFreeTypeLabelRenderStrategy class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkFreeTypeLabelRenderStrategy = obj.NewInstance ()
vtkFreeTypeLabelRenderStrategy = obj.SafeDownCast (vtkObject o)
bool = obj.SupportsRotation ()
- The free type render strategy currently does not support bounded size labels.
bool = obj.SupportsBoundedSize ()
- Release any graphics resources that are being consumed by this strategy.
The parameter window could be used to determine which graphic
resources to release.
obj.ReleaseGraphicsResources (vtkWindow window)
- Release any graphics resources that are being consumed by this strategy.
The parameter window could be used to determine which graphic
resources to release.