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.
| |||
POLYGON_AND_OUTLINE | 3 | Render outlining font. Not available for OIV.Inventor.Nodes.SoText2 text node. |