code: plan9front

ref: 85ca0c9adc0d507b17f85b6de5227f533d9fb0b6
dir: /sys/src/libttf/impl.h/

View raw version
enum {
	ONCURVE = 1,
	TOUCHX = 2,
	TOUCHY = 4,
	TOUCH = 6,
};

int ttfgototable(TTFontU *, char *);
int ttfrounddiv(int, int);
int ttfvrounddiv(vlong, int);
int ttfhint(TTGlyph *);
int ttfparsecmap(TTFontU *);
int ttfrunfpgm(TTFont *);
int ttfruncvt(TTFont *);
void ttfunpack(TTFontU *, char *, ...);
void ttfscan(TTGlyph *);
void ttffreebitmap(TTBitmap *);