public static string ToString(GameFont font) { if (font == null) { return(""); } return(font.GetName() + "," + font.GetSize()); }