Click or drag to resize
SoFontRenderStyles Enumeration

Render style.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum RenderStyles
Members
  Member nameValueDescription
POLYGON0

Render font as polygonal objects.

(default).

TEXTURE1

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_DELAYED2

Render font as texture objects, but delay the rendering to prevent transparency artifacts, similar to delaying transparent objects.

Note Note

Enum available since Open Inventor 6.1

POLYGON_AND_OUTLINE3

Render outlining font.

Not available for OIV.Inventor.Nodes.SoText2 text node.

Remarks