My current server which has IM is on Windows. I am busy making a fall-back server which is running on Ubuntu.
However, when i want to make a text, the text does not show with the ubuntu server. This is because the font is not known to the system. Although i installed the same ttf fonts in Ubuntu.
However, when i do an identify on both systems i get the following:
Code: Select all
identify -list font
Font: Yahoo-Regular
When i do the same in windows:
Font: Yahoo
It means Ubuntu just adds the -Regular behind the font name.
I think Imagemagick somehow identifies the font on ubuntu with the extra "-Regular"
Can i somewhere tell IM that it isn't "Yahoo-Regular" but just "Yahoo"?