doggan / grid-plot

A script for plotting data onto a grid and generating an image.
MIT License
1 stars 0 forks source link

Cross-platform font loading #1

Open doggan opened 9 years ago

doggan commented 9 years ago

Currently, the font path is hard-coded (:cry:), so grid coordinates in the final image may or may not display on some platforms. This needs to be implemented in a way to ensure that a valid font can be loaded on all platforms.

Ref: https://github.com/python-pillow/Pillow/pull/1054

hugovk commented 4 years ago

https://github.com/python-pillow/Pillow/pull/1054 has been merged and released.