lines size

This commit is contained in:
Loïc Chapeaux
2002-05-24 08:42:02 +00:00
parent 4553b48383
commit 7016d9d0fe

View File

@@ -1823,12 +1823,13 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://'
links it has to other tables.
<br /><br />
Then manually fill the table_coords table with the page number and
the coordinates, x being the width and y the height, and (0,0) at the upper left corner.
the coordinates, x being the width and y the height, and (0,0) at the upper
left corner.
For example, x=100 and y=200 means that the table will be at 200 mm down
and 100 mm right from the upper left corner.
<br /><br />
To generate the output, click on your database name, then choose 'Structure'
and 'Display PDF schema', and enter the page number.
To generate the output, click on your database name, then choose
'Structure' and 'Display PDF schema', and enter the page number.
</p>
<a name="faqproject"></a>