Index: src/Common/SharpMap.Api/Layers/ILabelLayer.cs
===================================================================
diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -r5fc71a385897af92ccb092f2f969b5709afab85a
--- src/Common/SharpMap.Api/Layers/ILabelLayer.cs (.../ILabelLayer.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9)
+++ src/Common/SharpMap.Api/Layers/ILabelLayer.cs (.../ILabelLayer.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a)
@@ -1,3 +1,5 @@
+using System.Drawing.Drawing2D;
+using System.Drawing.Text;
using DelftTools.Utils.Aop;
using SharpMap.Api.Delegates;
using SharpMap.Api.Enums;
@@ -15,12 +17,12 @@
///
/// Render whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas
///
- System.Drawing.Drawing2D.SmoothingMode SmoothingMode { get; set; }
+ SmoothingMode SmoothingMode { get; set; }
///
/// Specifies the quality of text rendering
///
- System.Drawing.Text.TextRenderingHint TextRenderingHint { get; set; }
+ TextRenderingHint TextRenderingHint { get; set; }
///
/// Gets or sets the rendering style of the label layer.