Exemple #1
0
 public override Size2D MeasureString(string text, SharpMap.Styles.StyleFont font)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public override IEnumerable <CairoRenderObject> RenderText(string text, SharpMap.Styles.StyleFont font, Rectangle2D layoutRectangle, Path2D flowPath, SharpMap.Styles.StyleBrush fontBrush, Matrix2D transform)
 {
     throw new NotImplementedException();
 }