[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ft-devel] Re: Report a bug.
From: |
Werner LEMBERG |
Subject: |
[ft-devel] Re: Report a bug. |
Date: |
Tue, 01 Apr 2008 07:55:33 +0200 (CEST) |
> 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
- [ft-devel] Re: Report a bug.,
Werner LEMBERG <=