Projects STRLCPY dummy Commits d4f25e5a
🤬
  • ■ ■ ■ ■ ■ ■
    dummy/cli.py
    skipped 20 lines
    21 21   # https://github.com/python-pillow/Pillow/issues/2695
    22 22   
    23 23   if system == 'Windows':
    24  - font_path = 'C:\\Windows\\Fonts\\arial.ttf'
     24 + font_path = 'C:/Windows/Fonts/arial.ttf'
    25 25   else:
    26 26   font_path = 'Arial.ttf'
    27 27   arial = ImageFont.truetype(font_path, 30)
    skipped 9 lines
    37 37   
    38 38   system = platform.system()
    39 39   if system == 'Windows':
    40  - font_path = 'C:\\Windows\\Fonts\\arial.ttf'
     40 + font_path = 'C:/Windows/Fonts/arial.ttf'
    41 41   else:
    42 42   font_path = 'Arial.ttf'
    43 43   arial = ImageFont.truetype(font_path, 30)
    skipped 91 lines
Please wait...
Page is in error, reload to recover