public static void AddTextureFontInfo(string fontname, string fontMapFile, string textureBitmapFile)
 {
     //add info for texture font
     textureBitmapInfos[fontname] = new LateTextureFontInfo(fontname, fontMapFile, textureBitmapFile);
 }
Example #2
0
 public static void AddTextureFontInfo(string fontname, string fontMapFile, string textureBitmapFile)
 {
     //add info for texture font
     s_textureBitmapInfos[fontname] = new LateTextureFontInfo(fontname, fontMapFile, textureBitmapFile);
 }