Text render not work using bitmap Terminus font
Posted: 2014-01-17T14:25:18-07:00
Hi! I need to 'write' some text on images with bitmap font without scaling.
I try to do it using Terminus font set. I use command:
but get only trash (totally wrong) image. Almost all other software, except only OpenOffice since version 1.1.5, deal with Terminus font just fine at my current system.
Is ImageMagick capable to use bitmap fonts? Is something wrong with that command? I did not found any working command line examples for convert with bitmap fonts available for Ubuntu.
Thanks!
Version: ImageMagick 6.6.9-7 2012-08-17 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP
OS: Ubuntu 12.04.3 LTS
How to install these fonts:
I try to do it using Terminus font set. I use command:
Code: Select all
convert -pointsize 16 -font '/usr/share/fonts/X11/misc/ter-u16b_unicode.pcf.gz' label:"YOURTEXT" output.png
Is ImageMagick capable to use bitmap fonts? Is something wrong with that command? I did not found any working command line examples for convert with bitmap fonts available for Ubuntu.
Thanks!
Version: ImageMagick 6.6.9-7 2012-08-17 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP
OS: Ubuntu 12.04.3 LTS
How to install these fonts:
Code: Select all
sudo apt-get install xfonts-terminus