ref: 2cfe3c2c1cb0de08ef9a4dca2d22dac286736b09
dir: /otfpriv.h.in/
typedef struct Range Range;
struct Otf {
Otfile *f;
Range *r;
u8int *buf;
int bufsz;
int off;
/* extra fields to simplify parsing */
TableDirectory td;
TableRecord glyf;
OTF_EXTRA_FIELDS
};
struct Range {
int start;
int len;
int prevoff;
Range *par;
};