[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] face->family_name, usage and values
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] face->family_name, usage and values |
Date: |
Wed, 09 Jan 2008 10:27:36 +0100 (CET) |
> While debugging a bug for the gd's extension in php (crafted ttf
> makes it crash), I was wondering if it is expected to have a NULL
> face->font_family or if there is a function to fetch it instead of
> accessing the face member directly. Is it always nullified if no
> font family has been found or can it be uninitialized?
Without a detailed look into the sources I think this is a correct
assumption. Do you expect something different?
Werner