Click or drag to resize

FontX3D Constructor

Initializes a new instance of the FontX3D class.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public FontX3D(
	FontX font,
	double depth
)

Parameters

font  FontX
The 2D font definition.
depth  Double
The extrusion depth.
See Also