Actualités

This code takes a Kivy Label and resizes the font automatically if the window is resized/maximized/restored or if the window is dragged to another display. I have only tested on Windows and desktop, ...
Looking into the python textwrap module as well as the ImageDraw class, I'm not quite sure as to where/how to start implementing the logic for this. I've looked into this answer describing how to ...