summaryrefslogtreecommitdiff
path: root/sys/src/libttf
diff options
context:
space:
mode:
authoraiju <devnull@localhost>2018-06-09 14:55:32 +0000
committeraiju <devnull@localhost>2018-06-09 14:55:32 +0000
commitce9d09a9650d2903d0dca659669cce14d68bd95b (patch)
treecb4fb9ac9578502b3242b4f48c6e8a01167ef0b9 /sys/src/libttf
parent3b63c5a73fb86d17bede0eaa87130b2446c41ef9 (diff)
libttf: add missing file impl.h
Diffstat (limited to 'sys/src/libttf')
-rw-r--r--sys/src/libttf/impl.h17
1 files changed, 17 insertions, 0 deletions
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 *);