C# Class QuickFont.TextNode

Mostrar archivo 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_oe property

public float Length
return float

LengthTweak public_oe property

public float LengthTweak
return float

Next public_oe property

public TextNode,QuickFont Next
return TextNode

Previous public_oe property

public TextNode,QuickFont Previous
return TextNode

Text public_oe property

public string Text
return string

Type public_oe property

public TextNodeType Type
return TextNodeType