typemytype / drawbot

http://www.drawbot.com
Other
408 stars 63 forks source link

Reload "path" font when the file changed on disk #422

Closed justvanrossum closed 3 years ago

justvanrossum commented 3 years ago

This fixes #112.

I managed to do this efficiently without requiring an explicit reloadFont() function, byt looking at the modification time at the right moments.

justvanrossum commented 3 years ago

It also fixes #56, which was closed as a duplicate.