]> git.lizzy.rs Git - plan9front.git/blob - sys/src/libttf/impl.h
zuke: include libtags in CFLAGS
[plan9front.git] / sys / src / libttf / impl.h
1 enum {
2         ONCURVE = 1,
3         TOUCHX = 2,
4         TOUCHY = 4,
5         TOUCH = 6,
6 };
7
8 int ttfgototable(TTFontU *, char *);
9 int ttfrounddiv(int, int);
10 int ttfvrounddiv(vlong, int);
11 int ttfhint(TTGlyph *);
12 int ttfparsecmap(TTFontU *);
13 int ttfrunfpgm(TTFont *);
14 int ttfruncvt(TTFont *);
15 void ttfunpack(TTFontU *, char *, ...);
16 void ttfscan(TTGlyph *);
17 void ttffreebitmap(TTBitmap *);