ZeroPhone / ZPUI

Official ZeroPhone UI framework, based on pyLCI
http://zpui.rtfd.org/
Apache License 2.0
79 stars 19 forks source link

Canvas font handling: support extension-less filenames referring to file storage #94

Open CRImier opened 6 years ago

CRImier commented 6 years ago

When referring to a font from file storage, like this:

c.text("Hello world", (0, 0), font=("Fixedsys62.ttf", 16))

It's possible to forget the extension. We could be more developer-friendly and allow omitting it, like this:

font=("Fixedsys62.ttf", 16)