[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] FaceName
From: |
Chia I Wu |
Subject: |
Re: [ft] FaceName |
Date: |
Tue, 9 Aug 2005 07:28:34 +0800 |
User-agent: |
Mutt/1.5.9i |
On Mon, Aug 08, 2005 at 01:39:05PM +0200, Michele Petrazzo wrote:
> I see that there are two parameter that describe a face: family name and
> style name, but I see also that, for example, into MSDN documentation,
> or into GTK docs, that there are another parameter that, I think,
> represent the font with the "real" name, in a better way than
> "family_name" + "style_name". Is the the possibility to retrieve the
> same information for this library?
Yes, you can get all entries listed in the `name' table of truetype fonts
through FT_Get_Sfnt_Name and FT_Get_Sfnt_Name_Count.
The meaning of name id can be looked up here
http://www.microsoft.com/OpenType/OTSpec/name.htm
--
Regards,
olv
- [ft] FaceName, Michele Petrazzo, 2005/08/08
- Re: [ft] FaceName,
Chia I Wu <=