freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] Implementation error of the FreeType2 function FT_Get_MM_


From: James Cloos
Subject: Re: [ft-devel] Implementation error of the FreeType2 function FT_Get_MM_Var()
Date: Thu, 27 Nov 2008 14:12:30 -0500
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux)

I tried that (on a 32 bit, x86 linux box) using ft from cvs as of a week
or so ago.

I couldn't trigger the bug using the versions of ZX and ZY included in
the rar.

I changed the printf() from %ld to %lx; hex helped show one issue:

When it does report a false value, it is always the case that:

     (master->axis[i].def)<<16 == master->axis[i].minimum

So thre seems to be a missing or incorrect shift someplace and every
time it occurs the default value is the minimum value.  (Assuming that
/DesignVector is what master->axis[i].def returns.)

-JimC
-- 
James Cloos <address@hidden>         OpenPGP: 1024D/ED7DAEA6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]