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

Method ApplyTextProp

Rendering/Context2D/vtkContext2D.cxx:900–903  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

898
899//------------------------------------------------------------------------------
900void vtkContext2D::ApplyTextProp(vtkTextProperty* prop)
901{
902 this->Device->ApplyTextProp(prop);
903}
904
905//------------------------------------------------------------------------------
906vtkTextProperty* vtkContext2D::GetTextProp()

Callers 15

PaintMethod · 0.45
GetBoundingRectMethod · 0.45
PaintMethod · 0.45
PaintMethod · 0.45
PaintLegendMethod · 0.45
PaintMethod · 0.45
PaintMethod · 0.45
UpdateLayoutMethod · 0.45
PaintMethod · 0.45
GetBoundingRectMethod · 0.45
PaintMethod · 0.45
DrawAxesLabelsMethod · 0.45

Calls

no outgoing calls

Tested by 1

PaintMethod · 0.36