SoAnnoText3PropertySetMaxViewingFontSize Method |
Sets the maximum font size (in pixels) when OIV.Inventor.Nodes.SoAnnoText3Property.m_renderPrintType field is equal to RENDER2D_PRINT_RASTER.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic static void SetMaxViewingFontSize(
uint size
)
Public Shared Sub SetMaxViewingFontSize (
size As UInteger
)
public:
static void SetMaxViewingFontSize(
unsigned int size
)
static member SetMaxViewingFontSize :
size : uint32 -> unit
Parameters
- size
- Type: SystemUInt32
RemarksThe maximum font size can also be set using the OIV_MAX_ANNO_RENDER2D_SIZE environment variable.
See Also