Code: Select all
convert -font Turnpike -pointsize 72 label:"ÖÜÓÚÉÁ\nÖÜÓÚÉÁ" text.pngWhich parameter can modify the first line's white space? The -interline-spacing works only between the lines.
Thanks in advance!
Code: Select all
convert -font Turnpike -pointsize 72 label:"ÖÜÓÚÉÁ\nÖÜÓÚÉÁ" text.pngCode: Select all
convert -font Turnpike -pointsize 72 label:"\nÖÜÓÚÉÁ\nÖÜÓÚÉÁ" -trim -bordercolor White -border 10 text.pngThis is going to be an issue with maybe 20% or more of fonts. I ran a quick loop in a directory of monospace fonts I use for labeling scientific images like weather maps and satellite images. Using IM v7.0.5-5 on Windows 10 and a command like this to generate the labels...
Code: Select all
magick -pointsize 48 -font "%FONT%" label:"Å" -gravity center -background #808080 -extent 48x72 test.png
Users browsing this forum: Amazon [Bot], Google [Bot] and 19 guests