Draw bold/italic text with PIL?

draw, fonts, python, python-imaging-library, text

Solution

Use the bold/italic version of the font

Problem

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

Original source