C# Class FSO.Client.UI.Framework.TextStyle

Inheritance: UIAttributeParser
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
Color Color
CursorColor Color
DefaultButton TextStyle
DefaultLabel TextStyle
DefaultTitle TextStyle
DisabledColor Color
Font Font
HighlightedColor Color
SelectedColor Color
SelectionBoxColor Color
Shadow bool

Méthodes publiques

Méthode Description
Clone ( ) : TextStyle
GetColor ( UIElementState state ) : Color
MeasureString ( string text ) : Vector2

Private Methods

Méthode Description
UIAttributeParser ( UINode node ) : void

Method Details

Clone() public méthode

public Clone ( ) : TextStyle
Résultat TextStyle

GetColor() public méthode

public GetColor ( UIElementState state ) : Color
state UIElementState
Résultat Color

MeasureString() public méthode

public MeasureString ( string text ) : Vector2
text string
Résultat Vector2

Property Details

Color public_oe property

public Color Color
Résultat Color

CursorColor public_oe property

public Color CursorColor
Résultat Color

DefaultButton public_oe static_oe property

public static TextStyle,FSO.Client.UI.Framework DefaultButton
Résultat TextStyle

DefaultLabel public_oe static_oe property

public static TextStyle,FSO.Client.UI.Framework DefaultLabel
Résultat TextStyle

DefaultTitle public_oe static_oe property

public static TextStyle,FSO.Client.UI.Framework DefaultTitle
Résultat TextStyle

DisabledColor public_oe property

public Color DisabledColor
Résultat Color

Font public_oe property

public Font,FSO.Client.UI.Framework Font
Résultat Font

HighlightedColor public_oe property

public Color HighlightedColor
Résultat Color

SelectedColor public_oe property

public Color SelectedColor
Résultat Color

SelectionBoxColor public_oe property

public Color SelectionBoxColor
Résultat Color

Shadow public_oe property

public bool Shadow
Résultat bool