[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Inkscape-devel] Re: [ft-devel] inkscape fails with FT221
From: |
Werner LEMBERG |
Subject: |
Re: [Inkscape-devel] Re: [ft-devel] inkscape fails with FT221 |
Date: |
Mon, 05 Jun 2006 10:20:13 +0200 (CEST) |
> > In this file there are two more occurences of "theFace->units_per_EM == 0"
> > to test if the font is a bitmap font. Should these be replaced by
> > "FT_IS_SCALABLE" too?
> >
> >
> Yes definitely, the 'units_per_EM == 0' test shouldn't be used to
> determine wether a font is scalable or not.
David, please send me an updated patch against 0.43 so that I can fix
it on the patches web page.
Werner