Comment 31 for bug 199331

Revision history for this message
In , Dmitry-baikal (dmitry-baikal) wrote :

I just performed a simple test: took marlett.ttf from XP (it has only symbol
bit set in ulCodePageRange1 (0x80000000)), opened it with Fontforge and saved
as marlett.sfd. Then I generated marlett.ttf from marlett.sfd using genttf.ff
from wine/fonts (Open($1; Generate($2, "ttf", 0);)

New marlett.ttf has ulCodePageRange1 set to 0x80000001, i.e. both symbol and
latin1 unicode ranges. Does that qualify as a fontforge bug?