[Mono-bugs] [Bug 69913][Wis] New - GdipCreateFontFromLogfontA () is not implemented in libgdiplus

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 25 Nov 2004 08:56:36 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by rkumar@novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=69913

--- shadow/69913	2004-11-25 08:56:36.000000000 -0500
+++ shadow/69913.tmp.28332	2004-11-25 08:56:36.000000000 -0500
@@ -0,0 +1,36 @@
+Bug#: 69913
+Product: Mono: Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Drawing.
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: rkumar@novell.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: GdipCreateFontFromLogfontA () is not implemented in libgdiplus
+
+Description of Problem:
+We don't seem to have an implementation for GdipCreateFontFromLogfontA () 
+in libgdiplus.
+
+Though, gdipFunctions.cs:1341 has a corresponding DllImport
+
+     [DllImport("gdiplus.dll", SetLastError=true)]
+     internal static extern Status GdipCreateFontFromLogfontA(IntPtr hdc, 
+ref LOGFONTA lf, out IntPtr ptr);
+
+and it is being used in Font.cs:502
+
+     GDIPlus.GdipCreateFontFromLogfontA (hdc, ref o, out newObject);
+
+
+Additional Information:
+
+This bug is filed just to keep a track.