dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnetlib/Xsharp Font.cs,1.8,1.9


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/Xsharp Font.cs,1.8,1.9
Date: Sun, 30 Nov 2003 23:12:05 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/Xsharp
In directory subversions:/tmp/cvs-serv32212/Xsharp

Modified Files:
        Font.cs 
Log Message:


Remove a public constructor that is no longer required.


Index: Font.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Xsharp/Font.cs,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Font.cs     30 Nov 2003 10:26:56 -0000      1.8
--- Font.cs     30 Nov 2003 23:12:03 -0000      1.9
***************
*** 298,320 ****
  
        /// <summary>
-       /// <para>Constructs a new instance of <see cref="T:Xsharp.Font"/>
-       /// with a default style.</para>
-       /// </summary>
-       ///
-       /// <param name="family">
-       /// <para>The name of the font family, or <see langword="null"/> to
-       /// use the default sans-serif font.</para>
-       /// </param>
-       ///
-       /// <param name="pointSize">
-       /// <para>The point size (120 is typically "normal height").</para>
-       /// </param>
-       public Font(String family, int pointSize)
-                       : this(family, pointSize, FontStyle.Normal)
-                       {
-                               // Nothing to do here.
-                       }
- 
-       /// <summary>
        /// <para>Construct a font from an XLFD name.</para>
        /// </summary>
--- 298,301 ----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]