summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-12-06 18:08:20 +0100
committerTor Andersson <tor@ghostscript.com>2004-12-06 18:08:20 +0100
commitf04ff9cf7f22f9a34f6e9ed1d8159fe67eb2c79d (patch)
treedd43cdef26db51a5ee7edc232b7406721cce2edf /TODO
parent6162dc43d376fce8906160d51e3ab076d83632aa (diff)
downloadmupdf-f04ff9cf7f22f9a34f6e9ed1d8159fe67eb2c79d.tar.xz
xref parse workaround. font config messing. shade cleanup.
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 13 insertions, 3 deletions
diff --git a/TODO b/TODO
index 63dd9669..6d41f0d9 100644
--- a/TODO
+++ b/TODO
@@ -1,15 +1,25 @@
immediate plan:
+
- altivec optimize
- - page labels + dests + outline + annots
- design gui for editor
- go through spec and check all features!
- talk to keithp about fontconfig cid-font + cmap support
+ * page labels + dests + outline + annots
+
+ * libfontfocus
+
+ * font and cmap config (where to load cmap and which cid fonts)
+ - global fontfile/cmap cache
- unify handling of mallocing fonts and images
- - font and cmap config (where to load cmap and which cid fonts)
- - global font/cmap cache
- split type3 and ftfont malloc (dont waste t3 charprocs on ft fonts)
- make ftfontfile separate struct w/ refcounting
+ - refactor font loading more. simple/cid/type3 have too much in common.
+ fix default .fonts.conf for base14 fonts
+ fix default .fonts.conf for asian fonts
+ maybe add CMap directory entry to fontconfig?
+
+ * clean up and 'freeze' public api
---