C# Class Beyond_Beyaan.Data_Managers.FontManager

Show file Open project: Beyonders/Beyond-Beyaan

Public Methods

Method Description
GetDefaultFont ( ) : Font
GetFont ( string name ) : Font
Initialize ( DirectoryInfo dataSet, string &reason ) : bool

Method Details

GetDefaultFont() public static method

public static GetDefaultFont ( ) : Font
return Font

GetFont() public static method

public static GetFont ( string name ) : Font
name string
return Font

Initialize() public static method

public static Initialize ( DirectoryInfo dataSet, string &reason ) : bool
dataSet System.IO.DirectoryInfo
reason string
return bool