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

Method StringToPath

Rendering/FreeType/vtkFreeTypeTools.cxx:522–526  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

520
521//------------------------------------------------------------------------------
522bool vtkFreeTypeTools::StringToPath(
523 vtkTextProperty* tprop, const vtkStdString& str, int dpi, vtkPath* path)
524{
525 return this->StringToPathInternal(tprop, str, dpi, path);
526}
527
528//------------------------------------------------------------------------------
529int vtkFreeTypeTools::GetConstrainedFontSize(

Callers 6

DrawStringMethod · 0.45
DrawStringMethod · 0.45
RenderGL2PSMethod · 0.45
DrawStringMethod · 0.45
StringToPathInternalMethod · 0.45
TestFTStringToPathFunction · 0.45

Calls 1

StringToPathInternalMethod · 0.95

Tested by 1

TestFTStringToPathFunction · 0.36