Re: [ft-devel] Regression issue - CFF

2012-08-07 Thread suzuki toshiya
I reproduced this issue by 2.4.6, 2.3.12, 2.3.0. Although it would be an issue, I think this is NOT regression. Regards, mpsuzuki Ivan Nincic wrote: > Hello Werner, > > FYI: I ran into a discrepancy between how FT (latest) and Acrobat render > some CFF fonts. > It seem that the error is cause d

Re: [ft-devel] Regression issue - CFF

2012-08-07 Thread Ivan Nincic
Hello Werner, FYI: I ran into a discrepancy between how FT (latest) and Acrobat render some CFF fonts. It seem that the error is cause due to interpretation of the fill rule (even odd vs. winding) or something like that. The font file was generated with Adobe PaperCapture. IvanN -Original

[ft-devel] ttfautohint 0.92 has been released

2012-08-07 Thread Werner LEMBERG
ttfautohint 0.92 has been released. The source tarball, statically-linked binaries for Win32 (TTY and GUI) and OS X (TTY only) are available from http://savannah.nongnu.org/download/freetype/ or http://sourceforge.net/projects/freetype/files/ttfautohint/0.92 Enjoy! Werner PS: D

Re: [ft-devel] ttfautohint & x-heights

2012-08-07 Thread Werner LEMBERG
> I still think the issue here is the way the Freetype auto hinter > snaps to pixel edges. This is *another* issue. > It tends to snap 'upwards' compared to the bytecode interpreter, > which when following manually hinted TT instructions may be > instructed to snap 'downwards' with certain stems

Re: [ft-devel] ttfautohint & x-heights

2012-08-07 Thread vern adams
Werner, I still think the issue here is the way the Freetype auto hinter snaps to pixel edges. It tends to snap 'upwards' compared to the bytecode interpreter, which when following manually hinted TT instructions may be instructed to snap 'downwards' with certain stems at certain pt sizes. Bu