Ver Fonte

2004-02-25 Andreas Nahr <[email protected]>

	* PrivateFontCollection.cs: Removed excess attributes

svn path=/trunk/mcs/; revision=23455
Andreas N há 22 anos atrás
pai
commit
82465ed656

+ 0 - 2
mcs/class/System.Drawing/System.Drawing.Text/PrivateFontCollection.cs

@@ -26,7 +26,6 @@ namespace System.Drawing.Text {
 		}
 		
 		// methods
-		[ComVisible(false)]
 		public void AddFontFile(string filename) 
 		{
 			if ( filename == null )
@@ -39,7 +38,6 @@ namespace System.Drawing.Text {
 			GDIPlus.CheckStatus (status);			
 		}
 
-		[ComVisible(false)]
 		public void AddMemoryFont(IntPtr memory, int length) 
 		{
 			Status status = GDIPlus.GdipPrivateAddMemoryFont (nativeFontCollection, memory, length);

+ 4 - 0
mcs/class/System.Drawing/System.Drawing.Text/changelog

@@ -1,3 +1,7 @@
+2004-02-25  Andreas Nahr <[email protected]>
+
+	* PrivateFontCollection.cs: Removed excess attributes
+
 2004-02-25  Andreas Nahr <[email protected]>
 
 	* FontCollection.cs: Remove console