Click or drag to resize
SoTextPropertycharacterSpacing Property

This field specifies the spacing between individual characters.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFFloat characterSpacing { get; }

Property Value

Type: SoSFFloat
Remarks

The value is in font size units for 2D text (OIV.Inventor.Nodes.SoText2) and 3D text (OIV.Inventor.Nodes.SoText3). Default is 0.

  • 0 means no extra space with respect to the standard spacing defined in the font.

  • A positive value is added to the default spacing (it is not relative or proportional).

  • Negative values are ignored.

See Also