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

Function GetRenderedDPI

Rendering/Core/vtkTextActor3D.h:63–63  ·  view source on GitHub ↗

* Since a 3D text actor is not pixel-aligned and positioned in 3D space, * the text is rendered at a constant DPI, rather than using the current * window DPI. This static method returns the DPI value used to produce the * text images. */

Source from the content-addressed store, hash-verified

61 * text images.
62 */
63 static int GetRenderedDPI() { return 72; }
64
65 /**
66 * Shallow copy of this text actor. Overloads the virtual

Callers 5

RenderGL2PSMethod · 0.85
PrepareRenderMethod · 0.85
PrepareRenderMethod · 0.85
GetBoundingBoxMethod · 0.85
UpdateImageActorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected