freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Devel] problem reading Letter Gothic Font


From: Ian Brown
Subject: RE: [Devel] problem reading Letter Gothic Font
Date: Fri, 18 Jan 2002 14:32:40 +0100

Found the problem ... and it was my fault.
I was reading the font file using fopen(filename, "r") instead of
fopen(filename, "rb") and Windows was opening it in text translation mode.
I've no idea why the other fonts worked okay ... just goes to show how
robust freetype is these days.

Apologies for any inconvenience.

Ian

-----Original Message-----
From: Werner LEMBERG [mailto:address@hidden 
Sent: Monday, January 14, 2002 10:36 PM
To: address@hidden; address@hidden
Subject: Re: [Devel] problem reading Letter Gothic Font


> The font is Letter Gothic MT (lc______.ttf).  When I use the auto
> hinter to load the font, the font loads okay.  The quality is not so
> good though (ugly drop-outs) so I thought I would give the True Type
> interpreter a go.  I enabled the TT interpreter and recompiled
> freetype.  Now, the other fonts look better, but this particular
> font always fails on the call to FT_Load_Glyph().  The return code
> is 0x81 The same code is returned for every glyph in the file.

This looks like a bug in the TT interpreter.  Please send the font to
David Turner <address@hidden>.


    Werner

_______________________________________________
Devel mailing list
address@hidden
http://www.freetype.org/mailman/listinfo/devel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]