F
F
FulgerX20072015-03-16 14:28:33
linux
FulgerX2007, 2015-03-16 14:28:33

How does imagemagick set the height between lines of text?

Hey!
There is a code:

get_title (){
echo "'"
echo "Ecran"
echo "Procesor"
echo "Memorie"
echo "Hard Disk"
echo "Video"
echo "Conectivitate"
echo "'"
}

convert img/game.jpg -size 1920x1080 xc:transparent -font fonts/font.ttf -pointsize 35 -channel RGBA -fill white -draw "text 250,200 $(get_title)" fuzzy.png

an image is created, how to increase the height between the lines?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis, 2015-04-02
@denisk0n

-interline-spacing

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question