fixed font

This commit is contained in:
Your Name 2021-05-31 13:06:57 +01:00
parent 03f42ae29a
commit f5c86d86a6
5 changed files with 2 additions and 3 deletions

View File

@ -1 +1 @@
a quick brown fox jumped over the lazy dog. A QUICK BROWN FOX JUMPED OVER THE LAZY DOG. 0123456789,255,255,0
hello world!,255,255,0
1 a quick brown fox jumped over the lazy dog. A QUICK BROWN FOX JUMPED OVER THE LAZY DOG. 0123456789 hello world! 255 255 0

BIN
final.ppm

Binary file not shown.

View File

@ -1 +0,0 @@
name 'sel' is not defined. file: stockTicker.py. line: 704. type: <class 'NameError'>

View File

@ -245,7 +245,7 @@ class StockTicker():
f.close()
font = ImageFont.load("./fonts/4x6.pil")
font = ImageFont.load("./fonts/texgyre-27.pil")
img = self.textImage(text, font, int(r), int(g), int(b), True)