riadvice / AlivePDF

[Official AlivePDF] - AlivePDF is a client side AS3 PDF generation library for Adobe Flash, Flex and AIR
https://riadvice.github.io/AlivePDF/
32 stars 6 forks source link

addRow() in PDF.as path (rev277) #324

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Revision 277 in PDF.as in addRow function:

The text inside a header cell is based on rowHeight instead of headerHeight.

replace:

addMultiCell(w,currentGrid.rowHeight,cell.text,0,a);

by:

addMultiCell(w,h,cell.text,0,a);

++

Original issue reported on code.google.com by vaandefa...@gmail.com on 15 Jul 2011 at 1:20