SoFontRenderStyles Enumeration |
Render style.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
POLYGON | 0 | Render font as polygonal objects. (default). | |
TEXTURE | 1 | Render font as texture objects. Warning: Small artifacts may appear around the text because of transparency artifacts. To remove them, please use the TEXTURE_DELAYED value. | |
TEXTURE_DELAYED | 2 | Render font as texture objects, but delay the rendering to prevent transparency artifacts, similar to delaying transparent objects. NOTE: enumeration value available since Open Inventor 6.1 | |
POLYGON_AND_OUTLINE | 3 | Render outlining font. Not available for SoText2 text node. |