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