Creates new 3-dimensional text object.

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

Syntax

C#
public XTextMeshSprite AddText(
	string text,
	Font font,
	float deviation
)

Parameters

text
Type: System..::.String
String used to create the object.
font
Type: System.Drawing..::.Font
The Font font type.
deviation
Type: System..::.Single
Text deviation.

Return Value

Returns the newly created object.

See Also