virtual bool RenderString(const char *str, vtkImageData *data, vtkTextProperty *tprop, unsigned int dpi, int textDims[2]=NULL)=0
virtual bool GetMetrics(vtkTextProperty *tprop, const char *str, unsigned int dpi, vtkTextRenderer::Metrics &metrics)=0
Access to MatPlotLib MathText rendering.
void PrintSelf(ostream &os, vtkIndent indent)
represent text properties.
Abstract interface to equation rendering.
static vtkMathTextUtilities * New()
virtual bool StringToPath(const char *str, vtkPath *path, vtkTextProperty *tprop)=0
PyObject * FontPropertiesClass
virtual bool GetBoundingBox(vtkTextProperty *tprop, const char *str, unsigned int dpi, int bbox[4])=0
vtkPythonInterpreter * Interpreter