freetype
[Top][All Lists]
Advanced

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

Re: [Freetype] Mac FOND handling bug fixed


From: Werner LEMBERG
Subject: Re: [Freetype] Mac FOND handling bug fixed
Date: Wed, 04 Jun 2003 18:32:18 +0200 (CEST)

Sorry for the late response.  Right now I'm wading through old mail.

Is the following still valid?

> Yep - all my problems with Mac fonts have been with bogus FOND
> handling code.
> 
> The problems can be fixed in FT_New_Face_From_Suitcase() and 
> FT_New_Face_From_dfont() in ftmac.c.
> 
> The query of the 'FOND' resource should be changed to:
> 
>       fond = Get1IndResource( 'FOND', 1 );
> 
> The whole res_index variable can be ignored. There is only one FOND 
> resource anyway. The face_index, which is passed into the 
> FT_New_Face_From_FOND() function, is the important value.


    Werner



reply via email to

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