Exemple #1
0
 public IFont CreateFont(string fontPath)
 {
     return(assetCache.CreateFont(fontPath));
 }
 public void CreateFont(string fontName, string fontPath)
 {
     assetCache.CreateFont(fontName, fontPath);
 }