> 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