bump crengine: Harfbuzz light, WTF-8, corrupted ZIPs

Includes:
- EPUB: workaround ZIP files with corrupted central directories
- Supports book text encoded in WTF-8
- Harfbuzz kerning (full): fix possible wrong flags
- (Upstream) Adds new kerning method: Harfbuzz light, without ligatures

Adds Harfbuzz light kerning methods as the 3rd toggle.
This commit is contained in:
poire-z
2019-01-15 20:40:35 +01:00
parent 77ec8e32e9
commit 19280078de
3 changed files with 8 additions and 5 deletions

View File

@@ -50,6 +50,8 @@ S.DEFAULT = _("default")
S.DARKER = _("darker")
S.NATIVE = _("native")
S.FAST = _("fast")
S.GOOD = _("good")
S.BEST = _("best")
S.ENHANCED = _("enhanced")
S.LOW = _("low")
S.HIGH = _("high")