From fcffe4810f59de6a4f39596a37242022b68e7bc5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 13 Aug 2021 18:06:45 +0200 Subject: First commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- vhea.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 vhea.c (limited to 'vhea.c') diff --git a/vhea.c b/vhea.c new file mode 100644 index 0000000..e12edf7 --- /dev/null +++ b/vhea.c @@ -0,0 +1,12 @@ +/* See LICENSE file for copyright and license details. */ +#include "common.h" + + +int +libparsesfnt_parse_vhea( + const char *data, size_t size, + struct libparsesfnt_vhea *infop, + const struct libparsesfnt_tabdir_entry *tag) +{ + return PARSE(LIBPARSESFNT_VHEA__, tag->offset, 0, 0, 0, 1, tag); +} -- cgit v1.2.3-70-g09d2