freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] anybody working for TrueTypeGX / other Macintosh bitmap font


From: George Williams
Subject: Re: [Devel] anybody working for TrueTypeGX / other Macintosh bitmap font support?
Date: Sat, 21 Jun 2003 17:26:24 -0700

> By the way, FreeType projects has any decided direction about how
> to access resource fork of HFS?
Uh, oh, I've no idea how such things work on the Mac.  Can somebody
else answer?
When on a Mac FreeType uses the Carbon interface to get at the resource fork of a font. This code resides in src/base/ftmac.c and is only compiled for macintoys.

When off a Mac, FreeType can grab a resource fork out of a macbinary file (or read a dfont directly). This code is a recent addition and resides in a section of code guarded by FT_CONFIG_OPTION_MAC_FONTS. [This chunk of code can be configured to read resource forks directly using <filename>/rsrc]


reply via email to

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