summaryrefslogtreecommitdiffstats
path: root/vhea.c
diff options
context:
space:
mode:
Diffstat (limited to 'vhea.c')
-rw-r--r--vhea.c12
1 files changed, 12 insertions, 0 deletions
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);
+}