[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [ft-devel] Render fault.
From: |
丁力 |
Subject: |
RE: [ft-devel] Render fault. |
Date: |
Thu, 23 Apr 2009 09:57:25 +0800 |
Thanks.
I will test the font and the FTGrid again.
Bigpin
-----Original Message-----
From: Werner LEMBERG [mailto:address@hidden
Sent: Wednesday, April 22, 2009 9:19 PM
To: address@hidden
Cc: address@hidden
Subject: Re: [ft-devel] Render fault.
> This a several blocks in the font cannot render correctly with
> 2.3.9.
FreeType seems to do the right thing. For example, applying t1disasm
gives the following for the fourth glyph:
/block {
0 708 hsbw
-9 -305 rmoveto
0 191 rlineto
726 0 rlineto
0 -65471 rlineto <-- strange y value
-726 0 rlineto
closepath
endchar
} ND
Do you expect a different result?
> And the test demo FTGrid crashed.
Fix in git, thanks.
Werner