[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freetype] Opening one font causes distortion of another
From: |
Werner LEMBERG |
Subject: |
Re: [Freetype] Opening one font causes distortion of another |
Date: |
Sat, 07 Jun 2003 07:10:11 +0200 (CEST) |
> Unfortunately, there's a decrease in rasterizing quality between
> 2.1.4 and the current code. [...] The current code makes the
> Chinese blurry regardless of autohinting, and it makes the roman
> terrible with autohinting on. With autohinting off, the roman isn't
> so bad, but it's still not as good as with 2.1.4 and autohinting on.
Can you please find out which change causes the worsening? Looking
into the ChangeLog I currently don't know when this problem has been
introduced. In case you have CVS (and enough bandwidth), just do a
`binary search in time' by checking out various FT2 versions until you
find the problematic change. I won't be able to do this the next few
days.
> By the way, in the current code, ftmac.c won't compile due to an
> undeclared variable "rlen" in the function FT_New_Face_From_SFNT().
> Maybe it should be "sfnt_size", but I simply replaced ftmac.c with
> the 2.1.4 version in order to compile the library.
This is fixed now, thanks.
Werner