|
@@ -168,7 +168,7 @@ def txt2image_title(content, save_target, lang='zh'):
|
|
|
if lang=='zh':
|
|
|
font = ImageFont.truetype(font="font/DFT_B7.ttc", size=38)
|
|
|
else :
|
|
|
- font = ImageFont.load("arial.pil")
|
|
|
+ font = ImageFont.truetype(font="font/arial.ttf", size=38)
|
|
|
text_width, text_height = font.getsize(unicode_text)
|
|
|
canvas = Image.new('RGBA', (510, 500), (255, 0, 0, 0) )
|
|
|
draw = ImageDraw.Draw(canvas)
|