Click or drag to resize

SolidText Constructor

Initializes a new instance of the SolidText class.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public SolidText(
	string text,
	FontX3D font
)

Parameters

text  String
The text to render.
font  FontX3D
The 3D font definition.
See Also