Re: [Gimp-developer] Font Hinting in PDL

2005-11-23 Thread Iain Kennedy
Hi, Thanks to everybody for your input - I've submited the patch to bugzilla (Bug 322230), I've also tested it against the current stable debian source package for gimp 2.2 and produced a (patched) stable package for our production servers, as I was unable to compile the latest gimp CVS due

Re: [Gimp-developer] Font Hinting in PDL

2005-11-22 Thread Iain Kennedy
Thanks for the pointers, Seth. Not sure whether I've gone about this the right way, but I've created a new function in text_tool.pdb that handles hinting and autohinting as extra arguments (by duplicating the existing text_fontname() as text_fontname_set_hinting() in text_tool.pdb and

Re: [Gimp-developer] Font Hinting in PDL

2005-11-22 Thread Nathan Summers
On 11/22/05, Iain Kennedy [EMAIL PROTECTED] wrote: I'd like to submit a patch to bugzilla of this and get some feedback, but I'm having a little trouble generating the patch file from the CVS in that I'm not sure how to clean the source before generating the patch, so that the automatically

[Gimp-developer] Font Hinting in PDL

2005-11-09 Thread Iain Kennedy
Hello, I'm currently working on a perl project that uses Gimp.pm (2.0) to render fonts. Using the gimp manually, I am able to turn hinting on and off (and save this option in my tool options). When I use gimp_text_fontname() to do this in perl, it appears that font hinting is turned on by