mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-21 12:40:08 +00:00
27 lines
867 B
Plaintext
27 lines
867 B
Plaintext
c++ classes for different states
|
|
|
|
== Future: ==
|
|
|
|
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
|
|
|
|
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
|