Re: CFF font with bogus hint

2022-09-13 Thread Derek B. Noonburg
On Tue, 13 Sep 2022 08:46:19 -0400 Alexei Podtelezhnikov wrote: > Hi Derek > > > I'm attaching f2.cff. > > Thanks. ‘ftlint 24 f2.cff’ is full of errors 0x0006. Do you mind > filing an issue on gitlab.freedesktop.org/freetype/freetype? Done: https://gitlab.freedesktop.org/freetype/freetype/-/

Re: CFF font with bogus hint

2022-09-13 Thread Alexei Podtelezhnikov
Hi Derek > I'm attaching f2.cff. Thanks. ‘ftlint 24 f2.cff’ is full of errors 0x0006. Do you mind filing an issue on gitlab.freedesktop.org/freetype/freetype?

CFF font with bogus hint

2022-09-12 Thread Derek B. Noonburg
I encountered a CFF font that caused problems when rendering a PDF file in Xpdf. I'm not 100% certain, but it looks like the problem is an hstem operator with a bogus (very large) y value. That appears to be causing FreeType to return a tall bitmap with an incorrect bitmap_top value. I'm attachi