summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/vf/vf.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/vf/vf.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/vf/vf.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/vf/vf.h b/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/vf/vf.h
new file mode 100644
index 00000000000..c30928abf2c
--- /dev/null
+++ b/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/vf/vf.h
@@ -0,0 +1,14 @@
+#ifndef CARYLL_VF_VF_H
+#define CARYLL_VF_VF_H
+
+// According to OT 1.8 specification, computing a final coordinate from a variable is a inner
+// product:
+// <x, delta | VS_AVAR | style >
+// We will treat the data representing a point coordinate or a metric as a Functional, while the
+// VS-AVAR
+// part as a Ket.
+
+#include "otfcc/vf/vq.h"
+#include "otfcc/vf/axis.h"
+
+#endif