Exemplo n.º 1
0
 public override byte[] ConvertToBytes(String text)
 {
     byte[] bytes = fontEncoding.ConvertToBytes(text);
     foreach (byte b in bytes)
     {
         shortTag[b & 0xff] = 1;
     }
     return(bytes);
 }