public static Font FontFromStream(Stream stream)
 {
     return(Font.FromFontFormat(FontFormat.FromStream(stream)));
 }