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

Method MathTextIsSupported

Rendering/FreeType/vtkMathTextFreeTypeTextRenderer.cxx:49–52  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

47
48//------------------------------------------------------------------------------
49bool vtkMathTextFreeTypeTextRenderer::MathTextIsSupported()
50{
51 return this->MathTextUtilities != nullptr && this->MathTextUtilities->IsAvailable();
52}
53
54//------------------------------------------------------------------------------
55bool vtkMathTextFreeTypeTextRenderer::GetBoundingBoxInternal(

Callers 5

GetMetricsInternalMethod · 0.95
RenderStringInternalMethod · 0.95
StringToPathInternalMethod · 0.95

Calls 1

IsAvailableMethod · 0.45

Tested by

no test coverage detected