Thanks.
But how can I fix the problem which I met.

Bigpin

-----Original Message-----
From: Werner LEMBERG [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 01, 2008 1:56 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; freetype-devel@nongnu.org
Subject: Re: Report a bug.


> BTW, the very change is just a single line:

>   -          cffface->num_glyphs = dict->cid_count;
>   +          cffface->num_glyphs = cff->charset.max_cid;

I've added this now, together with the FT_IS_CID_KEYED() macro.

Ding, please note that this doesn't yet fix the loading of your test
font in general.  There's a fundamental error in loading CID subfonts
(font matrices are applied incorrectly and at the wrong place) which I
have to fix.


    Werner
_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to