[reportlab-users] The upcoming Reportlab 1.18 release and patches.

Robin Becker reportlab-users@reportlab.com
Tue, 8 Jul 2003 13:03:51 +0100


In article <3F098D98.9080306@spirito.de>, Dirk Holtwick
<holtwick@spirito.de> writes
.... Dirk I've put this in and things seem OK, but I have also taken the
opportunity to add some more entities in the spirit of Christoph's
patches to paraparser. That required some brutalisation of the parser,
but things seem to be working. Anyone with CVS access should certainly
check these out.

>--- snip ---
>
>RCS file: /cvsroot/reportlab/reportlab/platypus/para.py,v
>retrieving revision 1.7
>diff -r1.7 para.py
>144c144,146
><         heightremaining = maxheight-leading
>---
>>         heightremaining = maxheight
>>         if leading:
>>             self.leading = leading
>767c769
><                     #textobject.setFont(self.fontName, self.fontSize)
>---
>>                     textobject.setFont(self.fontName, self.fontSize)
>
>--- snap ---
>
>=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>
>spirito GmbH
>Lerchenstr. 8
>D-47057 Duisburg
>
>fon: +49 203 3187778
>mbx: holtwick@spirito.de
>web: http://www.spirito.de
>
>_______________________________________________
>reportlab-users mailing list
>reportlab-users@reportlab.com
>http://two.pairlist.net/mailman/listinfo/reportlab-users
>
>
>
>
>_______________________________________________
>reportlab-users mailing list
>reportlab-users@reportlab.com
>http://two.pairlist.net/mailman/listinfo/reportlab-users
>

-- 
Robin Becker