SoFontrenderStyle Property |
This field specifies the rendering style of the font.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFEnum<SoFontRenderStyles> renderStyle { get; }
Public ReadOnly Property renderStyle As SoSFEnum(Of SoFontRenderStyles)
Get
public:
property SoSFEnum<SoFontRenderStyles>^ renderStyle {
SoSFEnum<SoFontRenderStyles>^ get ();
}
member renderStyle : SoSFEnum<SoFontRenderStyles> with get
Property Value
Type:
SoSFEnumSoFontRenderStylesRemarks . Default is POLYGON.
Note |
---|
Field available since Open Inventor 5.0 |
See Also