Creates new XTextMesh class instance.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public XTextMesh(
	Font font,
	string text,
	float deviation,
	float extrusion,
	XMaterial material
)

Parameters

font
Type: System.Drawing..::.Font
The Font font type.
text
Type: System..::.String
Displayed text.
deviation
Type: System..::.Single
Defines the text deviation.
extrusion
Type: System..::.Single
Defines the text extrusion.
material
Type: SGP.XSpace..::.XMaterial
The XMaterial material used for the text rendering.

See Also