Пример #1
0
 public override void Apply(Tesseract.Backends.IGraphics g)
 {
     font.Apply(g);
     g.Text(text, 0, 0);
 }