4 * Copyright (C) 2011-2017 by Werner Lemberg.
6 * This file is part of the ttfautohint library, and may only be used,
7 * modified, and distributed under the terms given in `COPYING'. By
8 * continuing to use, modify, or distribute this file you indicate that you
9 * have read `COPYING' and understand and accept it fully.
11 * The file `COPYING' mentioned in the previous paragraph is distributed
12 * with the ttfautohint library.
23 TA_sfnt_add_table_info(SFNT
* sfnt
);
26 TA_table_compute_checksum(FT_Byte
* buf
,
30 TA_font_add_table(FONT
* font
,
31 SFNT_Table_Info
* table_info
,
37 TA_sfnt_sort_table_info(SFNT
* sfnt
,
41 TA_font_compute_table_offsets(FONT
* font
,
44 #endif /* TATABLES_H_ */
46 /* end of tatables.h */