[reportlab-users] Re:font value error

toshi-O reportlab-users@reportlab.com
Tue, 12 Aug 2003 08:20:15 +0900


Hello,

>when entering c.setFont('Verdana,8) yet there was no problem on the 
>first page of the pdf only on the second.
Try this.
c.setFont('Verdana,8) ---> c.setFont('Verdana',8)

Toshio Onishi