I'm using PIL to render text.  Is there a way to specify left,  
center, or right justification?

After setting X and Y coordinate positions, the text string, and the  
font, my text drawing line of code is this:

        draw.text((xpos, ypos), text, font=font)


Thanks in advance
Scott
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to