fixed font
This commit is contained in:
parent
03f42ae29a
commit
f5c86d86a6
Binary file not shown.
@ -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
log.txt
1
log.txt
@ -1 +0,0 @@
|
||||
name 'sel' is not defined. file: stockTicker.py. line: 704. type: <class 'NameError'>
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user