[ft-devel] Some PDF embedded CFF fonts loading broken

2010-07-04 Thread malc
Hello, 18b552f6aeb84dc6fb5f9b8a3b37e0d4414de45e broke loading of some ebedded CFF fonts (at least when PDF in question, such as[1], is viewed with MuPDF derived viewer) Following fixes the issue for me: diff --git a/src/cff/cffgload.c b/src/cff/cffgload.c index f81b2f4..4335b23 100644 ---

[ft-devel] latest freetype compilation issues on Linux

2010-07-04 Thread anil v
Hi All, I am trying to compile the latest version of the freetype-2.3.12 but while compiling i am getting errors as menioned below. In file included from /root/freetype-2.3.12/src/base/ftbase.c:25: /root/freetype-2.3.12/src/base/ftadvanc.c:20:10: error: #include expects FILENAME or FILENAME

Re: [ft-devel] latest freetype compilation issues on Linux

2010-07-04 Thread mpsuzuki
On Sun, 4 Jul 2010 21:07:45 +0530 anil v anil.vemulapa...@gmail.com wrote: In file included from /root/freetype-2.3.12/src/base/ftbase.c:25: /root/freetype-2.3.12/src/base/ftadvanc.c:20:10: error: #include expects FILENAME or FILENAME This is typical error when C compiler is executed without

Re: [ft-devel] latest freetype compilation issues on Linux

2010-07-04 Thread anil v
Hi mpsuzuki, Thanks for your reply. I am following below mentioned configuration ./configure \ --host=mipsel-linux \ --build=i686-linux \ --prefix=/root/freetype2/bins \ --enable-shared \ --disable-static with above configuration i am able to compile

Re: [ft-devel] Some PDF embedded CFF fonts loading broken

2010-07-04 Thread Werner LEMBERG
18b552f6aeb84dc6fb5f9b8a3b37e0d4414de45e broke loading of some embedded CFF fonts (at least when PDF in question, such as [1], is viewed with MuPDF derived viewer) Embedded? The PDF file you refer to doesn't contain a single embedded font... Following fixes the issue for me: -

Re: [ft-devel] latest freetype compilation issues on Linux

2010-07-04 Thread mpsuzuki
On Sun, 4 Jul 2010 22:04:45 +0530 anil v anil.vemulapa...@gmail.com wrote: Hi mpsuzuki, Thanks for your reply. I am following below mentioned configuration ./configure \ --host=mipsel-linux \ --build=i686-linux \ --prefix=/root/freetype2/bins \ --enable-shared \

Re: [ft-devel] Some PDF embedded CFF fonts loading broken

2010-07-04 Thread malc
On Sun, 4 Jul 2010, Werner LEMBERG wrote: 18b552f6aeb84dc6fb5f9b8a3b37e0d4414de45e broke loading of some embedded CFF fonts (at least when PDF in question, such as [1], is viewed with MuPDF derived viewer) Embedded? The PDF file you refer to doesn't contain a single embedded font...

Re: [ft-devel] Some PDF embedded CFF fonts loading broken

2010-07-04 Thread Tor Andersson
Werner, The CFF fonts in question have been generated with FontForge. One of the fonts that exhibits these errors is: http://mupdf.com/repos/mupdf/fonts/NimbusSanL-Regu.cff If there is a flaw in the font file, I'd be more than happy to regenerate them with a different version of fontforge. On