This commit is contained in:
Lu Wang 2013-01-24 21:34:02 +08:00
parent ca43b6ba4a
commit 88aaf68975
1 changed files with 22 additions and 33 deletions

55
TODO
View File

@ -1,37 +1,26 @@
<<<<<<< HEAD
manually locate font if fixed name
word space/offset before the first letter (calendar pdf)
don't dump image when there is nothing
=======
>>>>>>> master
== Future: ==
word space/offset before the first letter (calendar pdf)
Too difficult/complicated to implement:
- integrate splash/cairo
- naive support for image/drawing (SVG?)
- type 3 fonts (convert to SVG fonts?)
- reflowable text/combine lines/unwrapping
- Printing
minimum line width of css drawing
==Wait until someone asks==
position history stack (popstate)
draw non-orthogonal lines with CSS
try harder finding glyph names (using fontforge) for CID Type 0
rename single-html -> embed-font/image/css ...
merge sub/sup into one line
precise link dest: zoom
multiple charcode mapped to a same glyph
don't dump image when there is nothing
==Future==
Integrate splash/cairo
native support for image
native support for draw
type 3 fonts
combine lines (unwarp)
argument auto-completion
use absolute positioning for long whitespace
color invert
detect duplicate base fonts when embedding
disable selection if we know unicode is wrong
check if we can add information to the font, and let browsers show ligatures automatically
Printing
Not enough motivated/Lazy
- argument auto-completion
- use absolute positioning for long whitespace
- color invert
- detect duplicate base fonts when embedding
- disable selection if we know unicode is wrong
- check if we can add information to the font, and let browsers show ligatures automatically
- position history stack (popstate)
- draw non-orthogonal lines with CSS
- rename single-html -> embed-font/image/css ...
- merge sub/sup into one line
- precise link dest: zoom
- multiple charcode mapped to a same glyph
- don't dump image when there is nothing
- minimum line width of css drawing