bump crengine: round FT metrics, split text drawing by script (#5628)

Includes:
- Fonts: round FT metrics instead of floor'ing them
- Fonts: switch to no hinting when native hinting fails
- Fonts: fix issue with Harfbuzz fallback font drawing
- Text: split measuring and word drawing by unicode script
- Page splitting: fix small memory leak
- Fix "background-color: black" ignored on inline elements
- Fix decoding of recent MOBI files
- Hardcoded elements list: add <font>
base/xtext.cpp: small cleanup, no logic change
This commit is contained in:
poire-z
2019-11-22 23:54:34 +01:00
committed by GitHub
parent e0f14a336e
commit 4740ab1fdc
4 changed files with 9 additions and 9 deletions

View File

@@ -317,8 +317,8 @@ describe("Readerfooter module", function()
assert.are.same(362, footer.text_width)
footer:onPageUpdate(100)
assert.are.same(194, footer.progress_bar.width)
assert.are.same(386, footer.text_width)
assert.are.same(186, footer.progress_bar.width)
assert.are.same(394, footer.text_width)
end)
it("should support chapter markers", function()