[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] Re: Font transforms and autohinter...
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] Re: Font transforms and autohinter... |
Date: |
Fri, 22 Dec 2000 12:35:30 +0100 (CET) |
> Anyway, I think I'll try to cook up a test in FT2 to make sure we
> don't call FT_Matrix_Invert for a non-invertible matrix. If the
> matrix in question is non-invertible, make the glyph loader fail, or
> some such.
But the test whether a matrix can be inverted is already in
FT_Matrix_Invert(). You probably mean to check for error codes,
right?
Werner