vertical printing in PIL

Fredrik Lundh fredrik at pythonware.com
Mon May 7 16:48:08 EDT 2001


Rick Pasotto wrote:
> Recently Fredrik Lundh posted some to rotate the font in PIL and thus
> give vertical printing. When I run the code I get the following
> traceback:
>
> Traceback (innermost last):
>   File "mktxtgif.py", line 29, in ?
>     draw.text((10,10),'HELP',vff)

try making that:

     draw.text((10,10),'HELP',font=vff)

> Is there something defective with my setup?

looks more like a typo in my sample.  or something.

Cheers /F





More information about the Python-list mailing list