Symbolic Fonts - Only Giving blocks/rectangles on output
Posted: 2007-10-17T18:09:56-07:00
I followed all the 'threads' in this forum on fonts, using -encode delegates, etc... and I must admit, that I might be missing something greatly, so please take is easy on me...
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...
this is what I've been trying to do... somethign simple (as from your "Anthony" line in 'labels' usage tutorials on the imagemagick.org/usage site... but to no avail can I get this to work...
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.
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.