MCPcopy Create free account
hub / github.com/Kitware/VTK / SetLabelRenderModeToFreetype

Function SetLabelRenderModeToFreetype

Views/Infovis/vtkRenderView.h:213–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 virtual void SetLabelRenderMode(int mode);
212 virtual int GetLabelRenderMode();
213 virtual void SetLabelRenderModeToFreetype() { this->SetLabelRenderMode(FREETYPE); }
214 virtual void SetLabelRenderModeToQt() { this->SetLabelRenderMode(QT); }
215 ///@}
216

Callers

nothing calls this directly

Calls 1

SetLabelRenderModeMethod · 0.45

Tested by

no test coverage detected