示例#1
0
 public SymbolWriter(Font font, int maxWidht, PointF scale)
 {
     _font     = font;
     _maxWidht = maxWidht;
     _scale    = scale;
 }