Method | Description | |
---|---|---|
Get ( string fontName ) : |
Gets the specified font, and returns the corresponding SpriteFont.
|
|
Load ( string fontName, string directory ) : void |
Loads a font, and matches it to the specified font name for easy use later.
|
public static Get ( string fontName ) : |
||
fontName | string | Name of the font. |
return |
public static Load ( string fontName, string directory ) : void | ||
fontName | string | |
directory | string | |
return | void |