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

Method SetConstrainedFontSize

Rendering/Core/vtkTextActor.cxx:174–177  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

172
173//------------------------------------------------------------------------------
174int vtkTextActor::SetConstrainedFontSize(vtkViewport* viewport, int targetWidth, int targetHeight)
175{
176 return vtkTextActor::SetConstrainedFontSize(this, viewport, targetWidth, targetHeight);
177}
178
179//------------------------------------------------------------------------------
180int vtkTextActor::SetConstrainedFontSize(

Callers 10

BuildLabelsMethod · 0.45
SetTitleFontSizeMethod · 0.45
PlaceAxesMethod · 0.45
RenderOpaqueGeometryMethod · 0.45
LayoutTitleMethod · 0.45
SizeTitleMethod · 0.45
PlaceAxesMethod · 0.45
SetFontSizeMethod · 0.45
PlaceAxesMethod · 0.45

Calls 4

SetFontSizeMethod · 0.80
ceilFunction · 0.50
GetTextPropertyMethod · 0.45
GetSizeMethod · 0.45

Tested by

no test coverage detected