public static void SaveBFGFont(this BMFont font, string fileName) { BFGFont bfgFont = new BFGFont(); bfgFont.Load(font); bfgFont.Save(fileName); }