Esempio n. 1
0
 public static UOFont GetAscii(byte id)
 {
     return(UOFonts.GetFont(UOEncoding.Ascii, id));
 }
Esempio n. 2
0
 public static UOFont GetUnicode(byte id)
 {
     return(UOFonts.GetFont(UOEncoding.Unicode, id));
 }
Esempio n. 3
0
 public static UOFont GetFont(UOEncoding enc, byte id)
 {
     return(UOFonts.GetFont(enc, id));
 }