views:

281

answers:

2

How to draw bold/italic text with PIL? ImageFont.truetype(file, size) has an option to specify font size only.

+1  A: 

Many fonts use different TTF files for their bold/italic versions, so I'd imagine if you just specify that file it would work.

djc
+1  A: 

Use the bold/italic version of the font

gnibbler