ming пре 3 година
родитељ
комит
b5c39198c0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      OpenshotService/openshot_video_generator.py

+ 1 - 1
OpenshotService/openshot_video_generator.py

@@ -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)