[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] tt_face_load_sfnt_header() ignoring face index for TTF files
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] tt_face_load_sfnt_header() ignoring face index for TTF files |
Date: |
Sat, 20 Mar 2004 15:25:54 +0100 (CET) |
> Would it be OK to change tt_face_load_sfnt_header() to return
> SFNT_Err_Bad_Argument for TTF files where index > 0? This would be
> the same behavior as passing a too-large index for a TTC file. I
> doubt that it would break existing code, unless some callers are
> passing random data for index, which doesn't seem likely.
I've applied your patch, thanks.
Werner