libttf: add missing file impl.h
This commit is contained in:
parent
3b63c5a73f
commit
ce9d09a965
1 changed files with 17 additions and 0 deletions
17
sys/src/libttf/impl.h
Normal file
17
sys/src/libttf/impl.h
Normal file
|
@ -0,0 +1,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 *);
|
Loading…
Reference in a new issue