Quote:
Originally Posted by roger64
On the other hand, the direct display (without "reformating") is tantalizingly close to a perfect rendering. I wish some solution could be provided to the font-size problem. I noticed in the first post that the original MuPDF ePub rendering application allows some tweaking commands, among them to set up a default font-size value. Could this be backported to the Koreader version of this application?
|
Of course, when someone has time.
The EPUB support you see right now is almost accidental. MuPDF added some initial EPUB rendering and I added a way to play around with it that doesn't require editing any source files when I noticed how nicely it was already working. But as you can see the GUI for it assumes we're dealing with a PDF because we're in MuPDF.
The font size should be relatively simple. It's already there in base:
https://github.com/koreader/koreader....lua#L170-L175
But not five minutes simple, I don't think.