diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |