[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] FT_New_Face and PCF fonts
From: |
suzuki toshiya |
Subject: |
Re: [ft] FT_New_Face and PCF fonts |
Date: |
Tue, 24 Sep 2013 11:59:12 +0900 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130518 Icedove/17.0.5 |
Hi,
I could not find any record changing to allow such, from git commit log,
so I guess it is unexpected/overlooked behaviour. I want to change it to
return an error (invalid argument or something else?). Werner, more
consideration is expected?
Regards,
mpsuzuki
On 09/24/2013 11:45 AM, Akira TAGOH wrote:
> Hi,
>
> I just wonder why FT_New_Face() doesn't fail on PCF fonts when
> face_index is more than 0 even though it fails for OpenType fonts if
> it's more than FT_Face->num_faces.
>
> Is there any reasons why freetype behaves that way?
>