#1356 closed Bug (Fixed)
Problem with table data for _GDIPlus_GraphicsMeasureString
Reported by: | Mat | Owned by: | Jpm |
---|---|---|---|
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)
Changed 15 years ago by Mat
comment:1 Changed 15 years ago by anonymous
_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 Changed 15 years ago by Jpm
- Milestone set to 3.3.3.2
- Owner set to Jpm
- Resolution set to Fixed
- Status changed from new to closed
Fixed by revision [5519] in version: 3.3.3.2
comment:3 Changed 15 years ago by Valik
- Resolution Fixed deleted
- Status changed from closed to reopened
Fixing one page and ignoring the dozen others that are also broken doesn't mean the ticket is closed.
comment:5 Changed 15 years ago by Jpm
- Milestone set to 3.3.3.2
- Resolution set to Fixed
- Status changed from reopened to closed
Fixed by revision [5523] in version: 3.3.3.2
comment:6 Changed 15 years ago by Jpm
This ticket is referenced in revision: [5525]
comment:7 Changed 15 years ago by Jpm
This ticket is referenced in revision: [5528]
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Screenshot to show problem with table