[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] [SF BUG #473474 ] Typo in SROUND code
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] [SF BUG #473474 ] Typo in SROUND code |
Date: |
Tue, 10 Jun 2003 00:49:11 +0200 (CEST) |
Ages ago you wrote:
> > in 2.0.5 on line 1950 in truetype/ttinterp.c
> >
> > Should it not read
> > CUR.phase = CUR.period * 3 / 4;
> > rather than
> > CUR.phase = GridPeriod * 3 / 4;
It looks like a typo in the MS specification of TrueType. I've
changed it to make it work as described in the Apple version.
Werner
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Devel] [SF BUG #473474 ] Typo in SROUND code,
Werner LEMBERG <=