[feat] Add MuPDF EPUB/FB2 dynamic font size (#5282)

Closes #4368.
This commit is contained in:
Frans de Jonge
2019-08-30 13:47:51 +02:00
committed by GitHub
parent f6270278aa
commit f1f6eebce0
9 changed files with 60 additions and 18 deletions

View File

@@ -250,6 +250,7 @@ function ReaderUI:init()
-- zooming controller
self:registerModule("zooming", ReaderZooming:new{
dialog = self.dialog,
document = self.document,
view = self.view,
ui = self
})