Code: Select all
Font: MoolBoran
family: MoolBoran
style: Normal
stretch: Normal
weight: 400
glyphs: c:\windows\fonts\moolbor.ttf
Font: MS-Gothic-&-MS-PGothic-&-MS-UI-Gothic
family: MS Gothic & MS PGothic & MS UI Gothic
style: Normal
stretch: Normal
weight: 400
glyphs: c:\windows\fonts\msgothic.ttc
Code: Select all
convert -background #000 -fill #0F0 -pointsize 64 -font MoolBoran label:hello! test.gif
Code: Select all
convert -background #000 -fill #0F0 -pointsize 64 -font MS-Gothic label:hello! test.gif
Is there something I need to change to enable iM to access the TTC font collection? Is it possible I have not specified the font correctly? Any help would be appreciated.