Exemplo n.º 1
0
 public static int GetUnicodeWidth(byte font, string text)
 {
     return(Unicode.GetWidth(font, text));
 }