freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] Re: Another approach to mac fonts...


From: Werner LEMBERG
Subject: Re: [Devel] Re: Another approach to mac fonts...
Date: Thu, 15 May 2003 08:11:18 +0200 (CEST)

> Please ignore my post on 2003.05.13 14:45 and replace it with the 
> following patch to base/ftobjs.c.
> 
> This patch allows freetype to handle 'sfnt' and 'POST' (truetype & 
> type1) resources embedded in mac dfont/macbinary files on non-Mac 
> systems. It extends FT_Open_Face and requires no changes to the API.
> 
> It is off by default from mac systems, but if enabled on Mac OS/X it 
> will also allow reading fonts in resource forks.

Very nice!  Please do some refinements so that we can incorporate
your patch more easily:

  . Use FT_MAKE_TAG instead of defining FT_Mac_Tag.

  . Use FT_READ_* instead of defining mac_get*.

  . Mark constants bigger than 0xFFFF with `L' (and probably with `U'
    if necessary).

  . Don't use tabs. :-)


    Werner



reply via email to

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