SoAnnoText3PropertyfontSizeHint Property |
This flag is used when the field OIV.Inventor.Nodes.SoAnnoText3Property.m_renderPrintType is equal to RENDER3D_PRINT_RASTER or RENDER2D_PRINT_RASTER.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic SoSFEnum<SoAnnoText3PropertyFontSizeHints> fontSizeHint { get; }
Public ReadOnly Property fontSizeHint As SoSFEnum(Of SoAnnoText3PropertyFontSizeHints)
Get
public:
property SoSFEnum<SoAnnoText3PropertyFontSizeHints>^ fontSizeHint {
SoSFEnum<SoAnnoText3PropertyFontSizeHints>^ get ();
}
member fontSizeHint : SoSFEnum<SoAnnoText3PropertyFontSizeHints> with get
Property Value
Type:
SoSFEnumSoAnnoText3PropertyFontSizeHints
RemarksIt specifies how the font size for 2D text (whether rendered or raster) changes according to the view. . Default is FIT_VECTOR_TEXT.
See Also