Re: [Gimp-user] script-fu text

2004-08-05 Thread Mark Andrachek, Jr.
> > I seem unable to specify the font_file correctly to be able to call it in > non-interactive mode though. The font file name is actually > "wmb_.pfm". I've tried that, with and without the full path > ("c:\Windows\fonts\wmb_.pfm"), and I've tried the font name by itself > ("Myriad Bold"

Re: [Gimp-user] script-fu text

2004-08-05 Thread Mark Andrachek, Jr.
Ok, turns out, I need to do both hinting and kerning (the letter spacing was off too). So, some searching found that I need to use plug-in-freetype, which takes care of all of this, and produces *perfect* text for me, at least in interactive mode. I seem unable to specify the font_file correctly

[Gimp-user] script-fu text

2004-08-05 Thread Mark Andrachek, Jr.
I've got some script's I'm porting over from 1.2 to 2.0. (I'm using the windows version, if it makes a difference.) There have been some changes, but I've gotten the scripts working again. I had to add an alpha channel to my layers so I could raise/lower them, add gimp-edit-fill after gimp-edit-c