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: 10.12.3.0 (10.12.3.0)
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