[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] How to compare freetype API's with the ttf font tables
From: |
Werner LEMBERG |
Subject: |
Re: [ft] How to compare freetype API's with the ttf font tables |
Date: |
Fri, 15 Jan 2010 19:50:51 +0100 (CET) |
> Can anybody tell me how to compare the API's in the freetype library
> can be compared to the ttf font tables provided in the following
> link.
>
> http://developer.apple.com/textfonts/TTRefMan/RM06/Chap6.html
I think you have got a wrong impression of what FreeType's API is good
for. It provides a more or less abstract, uniform interface to *any*
font format. So, you can't `compare' since it hides most of the
technical details intentionally.
If you want to access some specific SFNT tables directly, use
FT_Load_Sfnt_Table. Of course, you have to parse its contents by
yourself.
Werner
- [ft] How to compare freetype API's with the ttf font tables, samaram s, 2010/01/15
- Re: [ft] How to compare freetype API's with the ttf font tables,
Werner LEMBERG <=
- Message not available
- Re: [ft] How to compare freetype API's with the ttf font tables, Werner LEMBERG, 2010/01/16
- Message not available
- Message not available
- Message not available
- [ft] How to compare freetype API's with the ttf font tables, samaram s, 2010/01/20
- Re: [ft] How to compare freetype API's with the ttf font tables, Werner LEMBERG, 2010/01/20
- Re: [ft] How to compare freetype API's with the ttf font tables, samaram s, 2010/01/22
- Re: [ft] How to compare freetype API's with the ttf font tables, Werner LEMBERG, 2010/01/23
- [ft] How to compare freetype API's with the ttf font tables, samaram s, 2010/01/23