[ft-devel] RE: TTF font doesn't load in FT.

2006-07-21 Thread Ivan Nincic
Werner, I just commented out the lines 188-191 in ttload.c (check_table_dir function): /* if ( table.Offset + table.Length > stream->size && table.Tag != glyx_tag && table.Tag != locx_tag ) return SFNT_Err_Unknown_File_Format

[ft-devel] RE: FreeType error reading CJKV font outlines.

2007-01-24 Thread Ivan Nincic
es in font units after hinting is applied? -Original Message----- From: Ivan Nincic [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 2:24 PM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: FreeType error reading CJKV font outlines. Hello, I noticed that FT

[ft-devel] RE: FreeType error reading CJKV font outlines.

2007-03-03 Thread Ivan Nincic
bit too vague, you could check if the ttface->family_name ends with trick_names[nn] (in PDF subsetted font names are usually only prefixed). Ivan -Original Message- From: David Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, January 25, 2007 3:05 AM To: Ivan Nincic; Werner LEMBERG Cc

Re: [ft-devel] Regression issue - CFF

2012-04-16 Thread Ivan Nincic
o fix savannah bug #33816. I should take a look more in detail and think how to fix both issues. Regards, mpsuzuki suzuki toshiya wrote: > I will check which changeset relates this difference. > > Ivan Nincic wrote: >> Hello Werner, >> >> FYI: I run into a regression issue wi

Re: [ft-devel] Regression issue - CFF

2012-04-17 Thread Ivan Nincic
The issue is caused by the font file itself (which was dynamically synthesized from another font). IvanN -Original Message- From: suzuki toshiya [mailto:mpsuz...@hiroshima-u.ac.jp] Sent: Monday, April 16, 2012 9:12 PM To: Werner LEMBERG Cc: inin...@pdftron.com; freetype-devel@nongnu.org

Re: [ft-devel] Regression issue - CFF

2012-04-17 Thread Ivan Nincic
quot; means that the source of the embedded CFF font is a TrueType font in the system where PDF was generated, and it was converted as Type1-embedding? Ivan Nincic wrote: > The issue is caused by the font file itself (which was dynamically > synthesized from another font). > IvanN > >

Re: [ft-devel] Regression issue - CFF

2012-08-07 Thread Ivan Nincic
-Original Message- From: Ivan Nincic [mailto:inin...@pdftron.com] Sent: Friday, April 13, 2012 10:50 AM To: 'w...@gnu.org' Cc: 'da...@freetype.org'; 'freetype-devel@nongnu.org' Subject: Regression issue - CFF Hello Werner, FYI: I run into a regression issue with

Re: [ft-devel] Regression issue - CFF

2012-08-08 Thread Ivan Nincic
: Re: [ft-devel] Regression issue - CFF 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 > ren