fonts that are ** TTF ** aren't all treated equal it seems... i'm wanting to use a "symbolic" font... in particular it's WP_IconicSymbolsA.ttf. If you use it in WORD, or in any Font Viewer, it looks perfect, but whenever it's input into a label, annotate, draw options on any image, it ALWAYS comes up with the dang tall rectangle for each letter used...
Code: Select all
echo -n 'abcdefg' | convert -font WP_IconicSymbolsA.ttf -pointsize 36 label:@- label_stdin_2.gif
I'm not looking to display it to a screen, as much as I want to put the sybmols (in image form) in an image file...
GULP! I'm afraid I'll get a "can't do that" answer. Thanks.