<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Annotation text ...
SoSFEnum fontSizeHint
This flag is used when the field renderPrintType is equal to RENDER3D_PRINT_RASTER or RENDER2D_PRINT_...
static unsigned int getMaxViewingFontSize()
Gets the maximum font size (in pixels) that can be used when renderPrintType field is equal to RENDER...
SoSFEnum renderPrintType
This flag specifies how annotation text should be rendered (as 3D text or 2D text) and how it should ...
@ RENDER3D_PRINT_RASTER
Text is rendered in 3D (like SoText3).
@ RENDER2D_PRINT_RASTER
Text is rendered in 2D (like SoText2) but can be zoomed because the font size is interpreted in the c...
@ RENDER3D_PRINT_VECTOR
Text is rendered in 3D (like SoText3).
@ FIT_VECTOR_TEXT
The font size of 2D text changes according to the view angle (it follows the projection on the screen...
@ ANNOTATION
2D text maintains its nominal font size from any view angle.
static void setMaxViewingFontSize(unsigned int size)
Sets the maximum font size (in pixels) when renderPrintType field is equal to RENDER2D_PRINT_RASTER.
SoSFBool isCharOrientedRasterPrint
This flag is used when the field renderPrintType is equal to RENDER3D_PRINT_RASTER or RENDER2D_PRINT_...