Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
utbl wrote:Is it possible to change the font of a label? [...] Another question is that my label look bold how can I make them look "normal".(Maybe it is due to the default font)
You can find out which fonts you have installed and available to use in ImageMagick by entering this command at your shell/command prompt...
utbl wrote:I does show me the Helvetiva which I want to use, but it still does not work properly. [...] Does the command work an your system?
When I try your command using IM 6.9.6 on Windows I get a warning about the font because it's surrounded by single quotes. Since IM doesn't recognize that as an available font, it falls back to whatever it uses as its default font. The command works without warnings if I put double quotes around the font name. It works just as well with no quote marks around the font name as long as there are no spaces or special characters in it.
Thanks for your post, I tried the command now without quotes and with double quoates but it still looks the same, could you post your image which you created with the command. I am just wondering.
utbl wrote:Thanks for your post, I tried the command now without quotes and with double quoates but it still looks the same, could you post your image which you created with the command. I am just wondering.
No, it's not really helpful if I post results of a command that works for me. You should post the image that you think has a problem, describe the problem in detail, and maybe even upload the actual font file you're working with. Post the exact errors or warning messages if there are any, and explain what you mean by "squashed" and "looks the same" and "does not work properly". Also let us know which version of ImageMagick you're using and which version of what platform, OS, or shell you're trying to run it on.