Add code to build a `gasp' table.
[ttfautohint.git] / src / tatables.h
blob732bbbe14003652d95509f07942c25453df2c701
1 /* tatables.h */
3 /* written 2011 by Werner Lemberg <wl@gnu.org> */
5 #ifndef __TATABLES_H__
6 #define __TATABLES_H__
8 #include "ta.h"
11 FT_Error
12 TA_sfnt_add_table_info(SFNT* sfnt);
14 FT_ULong
15 TA_table_compute_checksum(FT_Byte* buf,
16 FT_ULong len);
18 FT_Error
19 TA_font_add_table(FONT* font,
20 SFNT_Table_Info* table_info,
21 FT_ULong tag,
22 FT_ULong len,
23 FT_Byte* buf);
25 void
26 TA_sfnt_sort_table_info(SFNT* sfnt,
27 FONT* font);
29 #endif /* __TATABLES_H__ */
31 /* end of tatables.h */