git: 9front

Download patch

ref: 6bcccaae5a5408aaa90f8eee0e41c79629f19650
parent: b3901b31bc1446fc4cca941452c9871f22a5dbc7
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 *);
--