[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LZW decompression
From: |
Werner LEMBERG |
Subject: |
Re: LZW decompression |
Date: |
Tue, 27 Apr 2021 15:09:48 +0000 (UTC) |
>> > Is relocation ever triggered while uncompressing fonts? If yes,
>> > is the corresponding font correctly read and displayed?
>
> Oh yesss!
> $ bin/ftview 44 ../hanglg16.pcf.Z
> pcf_get_metrics: invalid metrics for glyph 2081
> pcf_get_metrics: invalid metrics for glyph 2082
> pcf_get_metrics: invalid metrics for glyph 2083
> ...
>
> $ bin/ftview 44 ../hanglg16.pcf
> is clean as a whistle!
It seems you have something to debug :-)
Werner