ref: 2296ee3d37775d6cfd87ed27dfee46cb9b85b12b
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;
TableRecord *ebdt;
OTF_EXTRA_FIELDS
};
struct Range {
int start;
int len;
int prevoff;
Range *par;
};