summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 00000000..0cf40ca2
--- /dev/null
+++ b/TODO
@@ -0,0 +1,13 @@
+* Return error codes from all functions. Possible errors include
+ - Invalid string
+ - Font does not match
+
+* Allow UTF8 strings with embedded NULLs.
+
+* Write a small default shaping engine that only
+ draws a placeholder character ... and does that in
+ a way that always works.
+
+* Convert over from utils.c to Tom Tromey's libunicode.
+
+* Add accent composition to basic engine. \ No newline at end of file