コード例 #1
0
 /// <summary>
 /// The default constructor.
 /// </summary>
 public FontManager()
 {
     instance = this;
 }
コード例 #2
0
ファイル: FontManager.cs プロジェクト: Orvid/Cosmos
 /// <summary>
 /// The default constructor.
 /// </summary>
 public FontManager()
 {
     instance = this;
 }
コード例 #3
0
 /// <summary>
 /// The static constructor which sets-up the default font manager.
 /// </summary>
 static FontManager()
 {
     instance = new DefaultFontManager();
 }
コード例 #4
0
ファイル: FontManager.cs プロジェクト: Orvid/Cosmos
 /// <summary>
 /// The static constructor which sets-up the default font manager.
 /// </summary>
 static FontManager()
 {
     instance = new DefaultFontManager();
 }