diff options
Diffstat (limited to 'hhea.c')
-rw-r--r-- | hhea.c | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +/* See LICENSE file for copyright and license details. */ +#include "common.h" + + +int +libparsesfnt_parse_hhea( + const char *data, size_t size, + struct libparsesfnt_hhea *infop, + const struct libparsesfnt_tabdir_entry *tag) +{ + return PARSE(LIBPARSESFNT_HHEA__, tag->offset, 0, 0, 0, 1, tag); +} |