Click or drag to resize
SoAnnoText3PropertySetMaxViewingFontSize Method

Sets the maximum font size (in pixels) when OIV.Inventor.Nodes.SoAnnoText3Property.renderPrintType field is equal to RENDER2D_PRINT_RASTER.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void SetMaxViewingFontSize(
	uint size
)

Parameters

size
Type: SystemUInt32
Remarks

The maximum font size can also be set using the OIV_MAX_ANNO_RENDER2D_SIZE environment variable.

See Also