| SoFontrenderStyle Property  | 
This field specifies the rendering style of the font. 
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic 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: 
SoSFEnumSoFontRenderStyles
Remarks. Default is POLYGON.
  Note | 
|---|
Field available since Open Inventor 5.0   | 
See Also