[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] retrieving kerning infos misbehaves
From: |
Werner LEMBERG |
Subject: |
Re: [ft] retrieving kerning infos misbehaves |
Date: |
Thu, 08 Mar 2007 00:17:05 +0100 (CET) |
> Thanks for fixing this bug (whoever that did) two days ago (rev
> 1.114 of ttobjs.c). Was this coincidence through my first report?
It was coincidence -- the other report was easier to comprehend.
> BTW: size->cvt_ready is queried twice but never set to anything else
> than 0.
This is a bug. David?
> Is it really necessary to always call tt_size_ready_bytecode() in
> tt_loader_init().
The CVT code must be rerun if the ppem is changing.
> BTW2: In order to get an debugable build I wanted to use the
> developer target but didn't manage it. I didn't find explicit
> instructions how to do that. Finally I moved gcc-dev.mk and
> unix-dev.mk to gcc.mk and unix.mk and it worked. But how is it done
> the smart way?
[make distclean]
make devel
make
Werner