summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/vf/vf.h
blob: c30928abf2cdd71c9d2a5e762a6e95c9fed1f086 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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