bump crengine: CSS line-break/word-break, various fixes (#7342)

Includes:
- LVString: Fix a c/p issue in lString8::atoi64
- LVTextFm: Simplify and fix resizeImage logic
- LVXMLParser::ReadText(): fix parsing at buffer boundaries
- TextLang: fix lang_tag first part comparison
- CSS font-family: fix parsing of 'inherit' and '!important'
- CSS: support a few -epub-* and -webkit-* properties
- Text fragment flags: add LTEXT_HAS_EXTRA
- CSS: add support for 'line-break' and 'word-break'
reviewable/pr7345/r1
poire-z 3 years ago committed by GitHub
parent 538e5c2e3e
commit 0883202e07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1 +1 @@
Subproject commit 86a57a879a7ba2ca30c54a5de3680f2e25d6a0ff
Subproject commit 746e5541bd9f3e42ba4615b50516b418c18a8450

@ -318,8 +318,7 @@ ruby { display: inline !important; }
id = "font_family_all_inherit";
title = _("Ignore publisher font families"),
description = _("Disable font-family specified in embedded styles."),
-- we have to use this trick, font-family handling by crengine is a bit complex
css = [[* { font-family: "NoSuchFont" !important; }]],
css = [[* { font-family: inherit !important; }]],
},
{
id = "font_size_all_inherit";

Loading…
Cancel
Save