From ce9d09a9650d2903d0dca659669cce14d68bd95b Mon Sep 17 00:00:00 2001 From: aiju Date: Sat, 9 Jun 2018 14:55:32 +0000 Subject: libttf: add missing file impl.h --- sys/src/libttf/impl.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sys/src/libttf/impl.h diff --git a/sys/src/libttf/impl.h b/sys/src/libttf/impl.h new file mode 100644 index 000000000..04581f705 --- /dev/null +++ b/sys/src/libttf/impl.h @@ -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 *); -- cgit v1.2.3