summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/vmtx.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/vmtx.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/vmtx.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/vmtx.h b/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/vmtx.h
deleted file mode 100644
index 9818798dd1f..00000000000
--- a/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/vmtx.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef CARYLL_INCLUDE_TABLE_VMTX_H
-#define CARYLL_INCLUDE_TABLE_VMTX_H
-
-#include "table-common.h"
-
-#include "vhea.h"
-#include "maxp.h"
-
-typedef struct {
- length_t advanceHeight;
- pos_t tsb;
-} vertical_metric;
-
-typedef struct {
- OWNING vertical_metric *metrics;
- pos_t *topSideBearing;
-} table_vmtx;
-
-extern caryll_RefElementInterface(table_vmtx) table_iVmtx;
-
-#endif