And this: -------- Original Message -------- Subject: Re: [Dvipng] Possible problem with dvipng version 1.8/FT fonts Date: Fri, 12 May 2006 15:06:46 +0100 From: William S. Harwin <[EMAIL PROTECTED]> To: Jan-Åke Larsson <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Thanks for the help, that seems to be the problem. If I copy the version 1.7 ft.c into the 1.8 directory and compile all works fine. The problem seems to be buried deep in the FT libraries. I did have a go compiling dvipng with -g so I could to use gbx, but I only see the address of currentfont->face Interestingly 47c47 < FT_LOAD_RENDER | FT_LOAD_NO_HINTING | FT_LOAD_TARGET_LIGHT)) --- > FT_LOAD_RENDER | FT_LOAD_NO_HINTING )) doesn't work either so I guess a short term fix would be to try the version 1.8 load flags and if that fails try the 1.7 load flags! William _______________________________________________ Dvipng mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/dvipng
