[Mono-bugs] [Bug 76335][Nor] Changed - GdipMeasureCharacterRanges does not honors alignment

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Oct 5 09:49:12 EDT 2005


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 jordi at ximian.com.

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

--- shadow/76335	2005-10-05 09:46:58.000000000 -0400
+++ shadow/76335.tmp.1544	2005-10-05 09:49:12.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: 1.0
 OS: GNU/Linux [Other]
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: libgdiplus
 AssignedTo: peter at novonyx.com                            
 ReportedBy: jordi at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -20,6 +20,29 @@
 string format alignment specification.
 
 ------- Additional Comments From jordi at ximian.com  2005-10-05 09:46 -------
 Created an attachment (id=15879)
 Sample that reproduces the problem
 
+
+------- Additional Comments From jordi at ximian.com  2005-10-05 09:49 -------
+The sample produces the following output on Win32
+
+$ csc bug.cs && mono bug.exe
+Microsoft (R) Visual C# .NET Compiler version 7.10.6001.4
+for Microsoft (R) .NET Framework version 1.1.4322
+Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.
+
+String This is a test with Near aligment {X=3,Y=1,Width=62,Height=18}
+String This is a test with Far aligment {X=310,Y=1,Width=62,Height=18}
+
+The sample produces the following output on Linux
+
+[root at maki jordi]# mono bug.exe
+String This is a test with Near aligment {X=0,Y=0,Width=64,Height=20}
+String This is a test with Far aligment {X=0,Y=0,Width=64,Height=20}
+
+You can see how the Far alignment setting is taked into accound by MS
+Net GDIPLUS but not by libgdiplus
+
+This is currently affecting LinkLabel's SWF
+


More information about the mono-bugs mailing list