[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ft-devel] RE: Report a bug.
From: |
丁力 |
Subject: |
[ft-devel] RE: Report a bug. |
Date: |
Wed, 9 Apr 2008 10:54:25 +0800 |
Thanks.
But how can I fix the problem which I met.
Bigpin
-----Original Message-----
From: Werner LEMBERG [mailto:address@hidden
Sent: Tuesday, April 01, 2008 1:56 PM
To: address@hidden
Cc: address@hidden; address@hidden
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