Click or drag to resize
SoFontname Property

This field specifies the font name.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFString name { get; }

Property Value

Type: SoSFString
Remarks

The font name can be set either of two ways:

  • specifying directly the font file name (e.g., arial.ttf) with an absolute or relative path, or no path.

  • specifying the font family name and font style name with the form "family : style". Default is "defaultFont" (system dependent).

See Also