ref: ce9d09a9650d2903d0dca659669cce14d68bd95b
parent: 3b63c5a73fb86d17bede0eaa87130b2446c41ef9
author: aiju <devnull@localhost>
date: Sat Jun 9 10:55:32 EDT 2018
libttf: add missing file impl.h
--- /dev/null
+++ b/sys/src/libttf/impl.h
@@ -1,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 *);