blob: 0cf40ca219f9c379a65676b3672fccf38bdcc0d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.
|