2004-02-25 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
[mono.git] / mcs / class / System.Drawing / System.Drawing.Text / FontCollection.cs
index 414078e97ad2b6fdc56fbc94fe5afafe3415944a..b513aa6088fceba998ce2762ec4a9a9be6ec51a0 100644 (file)
@@ -19,7 +19,7 @@ namespace System.Drawing.Text {
                {
                }
         
-        internal FontCollection ( IntPtr ptr )
+               internal FontCollection (IntPtr ptr)
                {
                        nativeFontCollection = ptr;
                }
@@ -29,7 +29,6 @@ namespace System.Drawing.Text {
                {
                }
 
-               
                protected virtual void Dispose (bool disposing)
                {               
                }
@@ -43,8 +42,6 @@ namespace System.Drawing.Text {
                                Status status;
                                FontFamily[] families;
                                
-                               Console.WriteLine("nativeFontCollection " + nativeFontCollection);
-                               
                                status = GDIPlus.GdipGetFontCollectionFamilyCount (nativeFontCollection, out found);
                                
                                int nSize =  Marshal.SizeOf (IntPtr.Zero);