PiSupply / PaPiRus

Resources for PaPiRus ePaper eInk displays
https://www.pi-supply.com/product/papirus-epaper-eink-screen-hat-for-raspberry-pi/
Other
346 stars 88 forks source link

Use font metrics instead of fixed with calculations in text.py and textpos.py #142

Closed tvoverbeek closed 7 years ago

tvoverbeek commented 7 years ago

Modified text.py and textpos.py to use font metrics instead of fixed width calculations. So non fixed width fonts (e.g. FreeSans) work as expected. In textpos.py do not display lines which are off the bottom of the screen.

francesco-vannini commented 7 years ago

@tvoverbeek I didn't follow this too closely so if you are OK with these changes you can merge yourself

francesco-vannini commented 7 years ago

Thanks @tvoverbeek