2005-10-07 Peter Dennis Bartok <pbartok@novell.com>
authorPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Fri, 7 Oct 2005 19:20:49 +0000 (19:20 -0000)
committerPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Fri, 7 Oct 2005 19:20:49 +0000 (19:20 -0000)
commit3fbbe901242ba34043c9822a93a62d84fd8bd9ad
treea0593d4e0ad9fdf1d1022e85fa8a27fdc920658a
parentfeb5308425edc9b06ffffc4b402fdfd8fbd66ef9
2005-10-07  Peter Dennis Bartok  <pbartok@novell.com>

* FontFamily.cs: Use Marshal.PtrToStringUni to do the string
  conversion, it's less overhead than StringBuilder. (Part of the
  bugfix for #74871 and #75534)

* gdipFunctions: Changed signature for GdipGetFamilyName to just
  have an IntPtr for the buffer

svn path=/trunk/mcs/; revision=51428
mcs/class/System.Drawing/System.Drawing/ChangeLog
mcs/class/System.Drawing/System.Drawing/FontFamily.cs
mcs/class/System.Drawing/System.Drawing/gdipFunctions.cs