23 #ifndef __vtkFreeTypeLabelRenderStrategy_h
24 #define __vtkFreeTypeLabelRenderStrategy_h
56 { this->Superclass::ComputeLabelBounds(tprop, label, bds); }
64 { this->Superclass::RenderLabel(x, tprop, label); }
66 { this->Superclass::RenderLabel(x, tprop, label, width); }
69 { this->Superclass::RenderLabel(x, tprop, label, width); }
Wrapper around vtkstd::string to keep symbols short.
virtual void RenderLabel(int x[2], vtkTextProperty *tprop, vtkStdString label, int width)
Superclass for label rendering implementations.
a actor that draws 2D data
virtual void ComputeLabelBounds(vtkTextProperty *tprop, vtkStdString label, double bds[4])
window superclass for vtkRenderWindow
virtual bool SupportsBoundedSize()
vtkFreeTypeUtilities * FreeTypeUtilities
Renders labels with freetype.
void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
virtual void ReleaseGraphicsResources(vtkWindow *)
virtual void ComputeLabelBounds(vtkTextProperty *tprop, vtkStdString label, double bds[4])
virtual void RenderLabel(int x[2], vtkTextProperty *tprop, vtkUnicodeString label, int width)
virtual bool SupportsRotation()
represent text properties.
FreeType library support.
virtual void RenderLabel(int x[2], vtkTextProperty *tprop, vtkStdString label)
virtual void RenderLabel(int x[2], vtkTextProperty *tprop, vtkStdString label)
String class that stores Unicode text.