ccc
Aug 28, 2015 - 03:56
@omz, It is awesome to have Pillow in build 160033!! Congratulations on this major step forward!
from PIL import ImageFont
# each of the remaining lines fail
font = ImageFont.truetype('<System>', 15)
font = ImageFont.truetype("Arial", 15)
font = ImageFont.truetype('Helvetica', 20)