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