Cell width - wordwrap
Arkadi Colson <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Organization | Smartbit bvba |
| Message-ID | <[email protected]> |
Hi We recently performed an upgrade of reportlab from 2.5 to 3.3 and noticed that the way reportlab prints text in a small cell is different. Actually the cell width is a little bit to small. With version 2.5 the word was printed over the cell lines. Version 3.3 tries to fit it in the cell vertically by splitting the word into letters. See below... Version 2.5: Version 3.3: Any idea if this can be changed by some setting in the table or paragraph methods? Thx! Arkadi