C# Class FontData, RPGQuest

Afficher le fichier Open project: hughrogers/RPGQuest Class Usage Examples

Méthodes publiques

Свойство Type Description
font GUIFont[],

Méthodes publiques

Méthode Description
AddFont ( string n, GUIFont, f ) : void
ClearData ( ) : void
FontData ( ) : System.Collections
GetFont ( Font f ) : GUIFont,
LoadData ( ) : void
PreloadFonts ( ) : void
SaveData ( ) : void

Private Methods

Méthode Description
CheckSkinFont ( GUISkin skin ) : bool

Method Details

AddFont() public méthode

public AddFont ( string n, GUIFont, f ) : void
n string
f GUIFont,
Résultat void

ClearData() public méthode

public ClearData ( ) : void
Résultat void

FontData() public méthode

public FontData ( ) : System.Collections
Résultat System.Collections

GetFont() public méthode

public GetFont ( Font f ) : GUIFont,
f Font
Résultat GUIFont,

LoadData() public méthode

public LoadData ( ) : void
Résultat void

PreloadFonts() public méthode

public PreloadFonts ( ) : void
Résultat void

SaveData() public méthode

public SaveData ( ) : void
Résultat void

Property Details

font public_oe property

public GUIFont[], font
Résultat GUIFont[],