1 #ifndef FONTFORGE_TOTTFVAR_H
2 #define FONTFORGE_TOTTFVAR_H
3 
4 #include "splinefont.h"
5 
6 /* Apple variation tables */
7 extern int ContourPtNumMatch(MMSet *mm, int gid);
8 extern int16 **SCFindDeltas(MMSet *mm, int gid, int *_ptcnt);
9 extern int16 **CvtFindDeltas(MMSet *mm, int *_ptcnt);
10 extern void ttf_dumpvariations(struct alltabs *at, SplineFont *sf);
11 
12 #endif /* FONTFORGE_TOTTFVAR_H */
13