ImageMagick incorrectly renders text using BDF font files.
Posted: 2017-10-16T12:32:51-07:00
I'm trying to render text using the following command-line:
The text renders but the characters are all overlayed rather than advancing along the x-axis.
The BDF font in question came from here: http://unifoundry.com/pub/unifont-10.0.06/font-builds/. I have tested with other BDF fonts and the result is the same. Non-BDF font files work perfectly.
Is there something I should be specifying on the command-line or is this a bug? Thank you!
- Tim Rawlinson
Code: Select all
convert -font unifont.bdf -pointsize 16 label:"Test" test.png
The BDF font in question came from here: http://unifoundry.com/pub/unifont-10.0.06/font-builds/. I have tested with other BDF fonts and the result is the same. Non-BDF font files work perfectly.
Is there something I should be specifying on the command-line or is this a bug? Thank you!
- Tim Rawlinson