#1356 closed Bug (Fixed)
Problem with table data for _GDIPlus_GraphicsMeasureString
| Reported by: | Matt Diesel | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.3.2 | Component: | Documentation |
| Version: | 3.3.2.0 | Severity: | None |
| Keywords: | Cc: |
Description
The data that we want is squashed over to the far right in the parameters section of "_GDIPlus_GraphicsMeasureString". I am 99% sure the problem is shown clearly by this code (taken from the source for that page). Removing the second TD tag should resolve it. From what I can see its not just the latest version either.
<table width="100%">
<tr>
<td width="10%" valign="top">Success:</td>
<td width="90%">Array with the following format</td>
</tr>
<tr>
<td valign="top"></td>
<td></td>
<td>[0] - $tagGDIPRECTF structure that receives the rectangle that bounds the string</td>
</tr>
Attachments (1)
Change History (8)
by , 16 years ago
comment:1 by , 16 years ago
_GDIPlus_BrushGetType
_GDIPlus_GraphicsGetSmoothingMode
_GDIPlus_GraphicsMeasureString
_GDIPlus_ImageGetFlags
_GDIPlus_ImageGetHorizontalResolution
_GDIPlus_ImageGetPixelFormat
_GDIPlus_ImageGetRawFormat
_GDIPlus_ImageGetType
_GDIPlus_PenGetAlignment
_GDIPlus_PenGetDashCap
_GDIPlus_PenGetDashStyle
_GDIPlus_PenGetEndCap
comment:2 by , 16 years ago
| Milestone: | → 3.3.3.2 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [5519] in version: 3.3.3.2
comment:3 by , 16 years ago
| Resolution: | Fixed |
|---|---|
| Status: | closed → reopened |
Fixing one page and ignoring the dozen others that are also broken doesn't mean the ticket is closed.
comment:5 by , 16 years ago
| Milestone: | → 3.3.3.2 |
|---|---|
| Resolution: | → Fixed |
| Status: | reopened → closed |
Fixed by revision [5523] in version: 3.3.3.2

Screenshot to show problem with table