Re: [ft-devel] Freetype render issue

2013-07-05 Thread Johnson Y. Yan
Werner, We use the new CFF engine, the glyph is displayed correct now. Thanks. Johnson Y. Yan 发件人: Werner LEMBERG 发送时间: 2013-06-28 18:50:49 收件人: yinsen_yan 抄送: freetype-devel 主题: Re: [ft-devel] Freetype render issue An integral sign should be displayed in attachment pdf file. Could you help

Re: [ft-devel] Freetype render issue

2013-06-28 Thread Werner LEMBERG
An integral sign should be displayed in attachment pdf file. Could you help check this issue is caused by freetype? Indeed, there are rendering issues in the raw CFF font `cmex10' embedded in the PDF: I get many `stack underflow' tracing messages using the old CFF engine. However, if you use

Re: [ft-devel] Freetype render issue

2013-06-27 Thread James Cloos
JYY == Johnson Y Yan yinsen_...@foxitsoftware.com writes: JYY An integral sign should be displayed in attachment pdf file. JYY Could you help check this issue is caused by freetype? The integral was visible here in mupdf, evince (using poppler/cairo), poppler/splash (tested via pdftoppm) and

[ft-devel] Freetype render issue

2013-06-26 Thread Johnson Y. Yan
Hi, An integral sign should be displayed in attachment pdf file. Could you help check this issue is caused by freetype? Johnson Y. Yan This email may contain information which is privileged, confidential, legally privileged, and/or exempt from disclosure under applicable law. If you are not

Re: [ft-devel] Freetype render issue

2012-12-08 Thread Werner LEMBERG
May be need to reset the limit pointer: t1parser.c: line 395: Found: parser-root.limit = parser-base_dict + parser-base_len; T1_Skip_PS_Token( parser ); cur = parser-root.cursor; limit = parser-root.limit; Yin-Sen, thanks for the bug report and fix; I think