diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-04-16 11:20:30 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-04-16 11:20:30 +0000 |
| commit | 323fcb79219c21f43c310f0821e2b36dfb78cee2 (patch) | |
| tree | 7d562a41dea6f43cad6261cba90ab368b163a91f | |
| parent | f2cf240dc050f1eb376dfd1d952b3a255893be6f (diff) | |
| download | halibut-323fcb79219c21f43c310f0821e2b36dfb78cee2.zip halibut-323fcb79219c21f43c310f0821e2b36dfb78cee2.tar.gz halibut-323fcb79219c21f43c310f0821e2b36dfb78cee2.tar.bz2 halibut-323fcb79219c21f43c310f0821e2b36dfb78cee2.tar.xz | |
Add a TODO entry.
[originally from svn r4084]
| -rw-r--r-- | bk_paper.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -14,6 +14,11 @@ * * - linearised PDF, perhaps? * + * - we should use PDFDocEncoding or Unicode for outline strings, + * now that I actually know how to do them. Probably easiest if + * I do this _after_ bringing in libcharset, since I can simply + * supply PDFDocEncoding in there. + * * - I'm uncertain of whether I need to include a ToUnicode CMap * in each of my font definitions in PDF. Currently things (by * which I mean cut and paste out of acroread) seem to be |