2005-12-05 Peter Dennis Bartok <pbartok@novell.com>
authorPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Tue, 6 Dec 2005 03:48:14 +0000 (03:48 -0000)
committerPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Tue, 6 Dec 2005 03:48:14 +0000 (03:48 -0000)
commit764e048839af37329e9527cec47c369bd9159f68
tree87e310e5a4fa18938c8ed78365a0dafa8f59e9a5
parent2ed0b2e5a3916ed879713a3c179e6f0625921bc4
2005-12-05  Peter Dennis Bartok  <pbartok@novell.com>

* Font.cs:
  - Implemented FromLogFont
  - Implemented ToLogFont
  - Whitespace fixes
* gdipFunctions.cs:
  - Added GdipGetLogFontW method
  - Specified charset for GdipGetLogFontA method
* gdipStructs.cs: Added LOGFONTW structure

2005-12-05  Peter Dennis Bartok  <pbartok@novell.com>

* TestFont.cs: Added test for LogFont conversion

svn path=/trunk/mcs/; revision=53963
mcs/class/System.Drawing/System.Drawing/ChangeLog
mcs/class/System.Drawing/System.Drawing/Font.cs
mcs/class/System.Drawing/System.Drawing/gdipFunctions.cs
mcs/class/System.Drawing/System.Drawing/gdipStructs.cs
mcs/class/System.Drawing/Test/System.Drawing/ChangeLog
mcs/class/System.Drawing/Test/System.Drawing/TestFont.cs