Re: [ft-devel] plan to support sfnt-wrapped CID-keyed font

2008-09-19 Thread mpsuzuki
Dear Werner, Just I've revised the part you commented and committed to CVS. Soon I will update ftmac.c to provide same feature in the hometown of sfnt-wrapped PS Type1 CID-keyed fonts. Until 2.3.8, I want to extend the feature to sfnt-wrapped Type1 and CID-keyed font out of resource-fork. I

Re: [ft-devel] plan to support sfnt-wrapped CID-keyed font

2008-09-18 Thread mpsuzuki
Dear all, I revised my experimental patch to load sfnt-wrapped CID and sfnt-wrapped Type1 font by FreeType2. The detection of the format is moved out of TrueType driver, and inserted to the MacOS resource fork accessor. I've checked this patch enables FreeType2 to load sfnt-wrapped CID-keyed

Re: [ft-devel] plan to support sfnt-wrapped CID-keyed font

2008-09-18 Thread Werner LEMBERG
I revised my experimental patch to load sfnt-wrapped CID and sfnt-wrapped Type1 font by FreeType2. Nice! + * src/base/ftobjs.c (Mac_Read_sfnt_Resource): Add support for + sfnt-wrapped Type1 and sfnt-wrapped CID-keyed font. + (Mac_Lookup_PS_in_sfnt): New function to lookup 'CID

Re: [ft-devel] plan to support sfnt-wrapped CID-keyed font

2008-08-30 Thread Christian Demmer
[EMAIL PROTECTED] wrote: Q3) Does anybody have a documentation on Apple's GX Type1 font? Adobe TN#5180 tells that it was included in Apple Developers CD-ROM. I searched my archive and found: 1) The Type 1 GX Font Format, September 27, 1995, 2:36 PM which is a technote (13 pages)

[ft-devel] plan to support sfnt-wrapped CID-keyed font

2008-08-29 Thread mpsuzuki
Hi, Recently, sfnt-wrapped CID-keyed font support is discussed in fontforge-users list (yet sf.net has not updated archive - please find posts titled Mac CID Fonts). It made me interested in the support by FreeType2, and today I tried to add the feature. Yet it's not finished (in fact, wrong

Re: [ft-devel] plan to support sfnt-wrapped CID-keyed font

2008-08-29 Thread George Williams
On Fri, 2008-08-29 at 04:23, [EMAIL PROTECTED] wrote: Also, I introduced a boolean is_sfnt_ps to avoid the installation of bytecode interpreter for sfnt-wrapped CID-keyed fonts. Maybe it is NOT essential. Note that there are also sfnt wrapped type1 fonts which also use the typ1 version. They