checkin for Herv Poussineau <poussine@freesurf.fr>.
[mono.git] / mcs / class / System.Drawing / System.Drawing.Text / PrivateFontCollection.cs
index 58e186f2b1c60f59c9ca0a819e158e4dc6088c01..64f18fe261afeeef571714e91c2913e6446a221b 100644 (file)
@@ -1,36 +1,36 @@
-//\r
-// System.Drawing.Text.PrivateFontCollection.cs\r
-//\r
-// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
-// Author: Everaldo Canuto everaldo.canuto@bol.com.br\r
-//\r
-using System;\r
-\r
-namespace System.Drawing.Text {\r
-\r
-       [ComVisible(false)]\r
-       public sealed class PrivateFontCollection : FontCollection {\r
-\r
-               // constructors\r
-               [MonoTODO]\r
-               [ComVisible(false)]\r
-               public PrivateFontCollection() {\r
-                       throw new NotImplementedException ();\r
-               }\r
-               \r
-               // methods\r
-               [MonoTODO]\r
-               [ComVisible(false)]\r
-               public void AddFontFile(string filename) {\r
-                       throw new NotImplementedException ();\r
-               }\r
-\r
-               [MonoTODO]\r
-               [ComVisible(false)]\r
-               public void AddMemoryFont(IntPtr memory, int length) {\r
-                       throw new NotImplementedException ();\r
-               }\r
-\r
-       }\r
-\r
-}\r
+//
+// System.Drawing.Text.PrivateFontCollection.cs
+//
+// (C) 2002 Ximian, Inc.  http://www.ximian.com
+// Author: Everaldo Canuto everaldo.canuto@bol.com.br
+//
+using System;
+using System.Runtime.InteropServices;
+
+namespace System.Drawing.Text {
+
+       [ComVisible(false)]
+       public sealed class PrivateFontCollection : FontCollection {
+
+               // constructors
+               [MonoTODO]
+               public PrivateFontCollection() {
+                       throw new NotImplementedException ();
+               }
+               
+               // methods
+               [MonoTODO]
+               [ComVisible(false)]
+               public void AddFontFile(string filename) {
+                       throw new NotImplementedException ();
+               }
+
+               [MonoTODO]
+               [ComVisible(false)]
+               public void AddMemoryFont(IntPtr memory, int length) {
+                       throw new NotImplementedException ();
+               }
+
+       }
+
+}