23 #ifndef vtkFreeTypeLabelRenderStrategy_h
24 #define vtkFreeTypeLabelRenderStrategy_h
57 { this->Superclass::ComputeLabelBounds(tprop, label, bds); }
65 { this->Superclass::RenderLabel(x, tprop, label); }
67 { this->Superclass::RenderLabel(x, tprop, label, width); }
70 { this->Superclass::RenderLabel(x, tprop, label, width); }
Wrapper around std::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
vtkTextRenderer * TextRenderer
virtual void ComputeLabelBounds(vtkTextProperty *tprop, vtkStdString label, double bds[4])
window superclass for vtkRenderWindow
virtual bool SupportsBoundedSize()
Renders labels with freetype.
void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
#define VTKRENDERINGLABEL_EXPORT
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.
Interface for generating images and path data from string data, using multiple backends.
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.