blob: 04581f70507c859228e1ad9c253ec93921764d90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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 *);
|