bump crengine: hyphenation, kerning and epub.css fixes (#5043)

Includes:
- Freetype kerning: fix possible unstable rendering
- Hyphenation: fix one-letter patterns, update French.pattern
- Hyphenation: update French.pattern
- epub.css: add style for empty-line (used on text files)
This commit is contained in:
poire-z
2019-05-27 23:49:56 +02:00
committed by GitHub
parent e213a7665d
commit 1657c5e412
2 changed files with 2 additions and 2 deletions

View File

@@ -201,7 +201,7 @@ describe("Readerrolling module", function()
local ReaderView = require("apps/reader/modules/readerview")
local saved_handler = ReaderView.onPageUpdate
ReaderView.onPageUpdate = function(_self)
assert.are.same(6, _self.ui.document:getPageCount())
assert.are.same(7, _self.ui.document:getPageCount())
end
local test_book = "spec/front/unit/data/sample.txt"
require("docsettings"):open(test_book):purge()