Code: Select all
/usr/bin/convert -fill '#ff0000' -pointsize 40 label:'èîï ÄÖÏ' imagemagicktest.gif
Code: Select all
/usr/bin/convert -fill '#ff0000' -pointsize 40 label:'èîï ÄÖÏ' imagemagicktest.gif
Code: Select all
freetype-config --ftversion
2.3.9
It works for me!Tjark wrote:I tried to render a text which has capitals with diacritics on them, like ÄÖÏ. The diacritics didn't get rendered. For non capitals, it works, see my example below. I tried different fonts, both fonts have the capitals with diacritics in them.
Code: Select all
/usr/bin/convert -fill '#ff0000' -pointsize 40 label:'èîï ÄÖÏ' imagemagicktest.gif
Code: Select all
printf '\nÄÖÏ" | convert -fill '#ff0000' -pointsize 40 label:@- imagemagicktest.gif