diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2006-12-02 14:23:17 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2006-12-02 14:23:17 +0000 |
| commit | 7b5ed7263f67f24fca86b6b84eb2b97d71119af7 (patch) | |
| tree | 33e251213e3130dd2f0b3fcd90c11453f53e9c97 /bk_paper.c | |
| parent | 09c27ac2038603fde811012ba5247fef28108f61 (diff) | |
| download | halibut-7b5ed7263f67f24fca86b6b84eb2b97d71119af7.zip halibut-7b5ed7263f67f24fca86b6b84eb2b97d71119af7.tar.gz halibut-7b5ed7263f67f24fca86b6b84eb2b97d71119af7.tar.bz2 halibut-7b5ed7263f67f24fca86b6b84eb2b97d71119af7.tar.xz | |
PDF outlines already do use PDFDocEncoding or Unicode, so remove that from
the TODO list.
[originally from svn r6951]
Diffstat (limited to 'bk_paper.c')
| -rw-r--r-- | bk_paper.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -14,11 +14,6 @@ * * - 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 |