[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] Misfeature in .fon font handling?
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] Misfeature in .fon font handling? |
Date: |
Thu, 01 Apr 2004 14:33:44 +0200 (CEST) |
> Further investigation has led me to the following conclusion: the
> problem is in Freetype. Specifically, the font name happens to be
> the last resource in a frame and the frame size does not include
> the trailing \0.
This is indeed a bug in the font. Compare this e.g. with coure.fnt,
and you can see that the strings are NULL-terminated, and this last
byte is still part of the resource.
I've fixed this problem now in FreeType's CVS. Please test.
Werner