C# Class QuickFont.TextNode

Afficher le fichier Open project: swax/QuickFont Class Usage Examples

Méthodes publiques

Свойство Type Description
Length float
LengthTweak float
Next TextNode
Previous TextNode
Text string
Type TextNodeType

Méthodes publiques

Méthode Description
TextNode ( TextNodeType Type, string Text ) : System

Method Details

TextNode() public méthode

public TextNode ( TextNodeType Type, string Text ) : System
Type TextNodeType
Text string
Résultat System

Property Details

Length public_oe property

public float Length
Résultat float

LengthTweak public_oe property

public float LengthTweak
Résultat float

Next public_oe property

public TextNode,QuickFont Next
Résultat TextNode

Previous public_oe property

public TextNode,QuickFont Previous
Résultat TextNode

Text public_oe property

public string Text
Résultat string

Type public_oe property

public TextNodeType Type
Résultat TextNodeType