﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1356	Problem with table data for _GDIPlus_GraphicsMeasureString	Matt Diesel	Jpm	"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>
}}}"	Bug	closed	3.3.3.2	Documentation	3.3.2.0	None	Fixed		
