C# Class QuickFont.TextNode

Show file Open project: swax/QuickFont Class Usage Examples

Public Properties

Property Type Description
Length float
LengthTweak float
Next TextNode
Previous TextNode
Text string
Type TextNodeType

Public Methods

Method Description
TextNode ( TextNodeType Type, string Text ) : System

Method Details

TextNode() public method

public TextNode ( TextNodeType Type, string Text ) : System
Type TextNodeType
Text string
return System

Property Details

Length public property

public float Length
return float

LengthTweak public property

public float LengthTweak
return float

Next public property

public TextNode,QuickFont Next
return TextNode

Previous public property

public TextNode,QuickFont Previous
return TextNode

Text public property

public string Text
return string

Type public property

public TextNodeType Type
return TextNodeType