示例#1
0
 public DevGdiTextSpanPrinter(TextServiceClient txtClient)
 {
     _txtClient     = txtClient;
     FillBackground = true;
     FillColor      = Color.Black;
     OutlineColor   = Color.Green;
     _txToGdiPath   = new GlyphTranslatorToGdiPath();
 }