[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (ft-dev) Re: [Devel] Problem reading some TTF's with CVS version
From: |
Jacob (=Jouk) Jansen |
Subject: |
Re: (ft-dev) Re: [Devel] Problem reading some TTF's with CVS version |
Date: |
Wed, 8 Jan 2003 09:11:50 +0100 (MET) |
Huw D M Davies <address@hidden> wrote on 7-JAN-2003 15:10:31.12
>On Tue, Jan 07, 2003 at 02:26:30PM +0100, Jacob (=Jouk) Jansen wrote:
>> Hi all,
>>
>> With the current version of freetype2 in CVS I have problems reading some
>> TTF files. An example of a "wrong" file is a SYMBOL.TTF file I just found on
>> a Windows95 machine.
[snip]
>
>You need something like this to load symbol type fonts at the moment.
>
>Huw.
>
>--wac7ysb48OaltWcw
>Content-Type: text/plain; charset=us-ascii
>Content-Disposition: attachment; filename="charmap.diff"
>
>Index: src/base/ftobjs.c
>===================================================================
>RCS file: /cvs/freetype/freetype2/src/base/ftobjs.c,v
>retrieving revision 1.157
>diff -u -r1.157 ftobjs.c
>--- ftobjs.c 2002/12/18 22:43:07 1.157
>+++ ftobjs.c 2003/01/07 13:51:54
>@@ -791,7 +791,7 @@
> }
>
> /* Chou blanc! */
>- return FT_Err_Invalid_Argument;
>+ return FT_Err_Invalid_CharMap_Handle;
> }
>
>
>
>--wac7ysb48OaltWcw--
Thanks, that works. Is this going to be implemented in some way in the CVS?
Jouk
Bush : All votes are equal but some votes are more equal than others.
>------------------------------------------------------------------------------<
Jouk Jansen
address@hidden
Technische Universiteit Delft tttttttttt uu uu ddddddd
Nationaal centrum voor HREM tttttttttt uu uu dd dd
Rotterdamseweg 137 tt uu uu dd dd
2628 AL Delft tt uu uu dd dd
Nederland tt uu uu dd dd
tel. 31-15-2782272 tt uuuuuuu ddddddd
>------------------------------------------------------------------------------<
- Re: (ft-dev) Re: [Devel] Problem reading some TTF's with CVS version,
Jacob (=Jouk) Jansen <=