poire-z
poire-z
About the "should be renamed", don't do that too quickly: it will need to be updated too in frontend, and some tweaks to at least be able to migrate from...
Consider (like crengine does) a space, a dot, a hyphen, a quote, a paren... any punctuation actually, as a word boundary. And you mark patterns that should match only at...
> And you mark patterns that should match only at boundaries by adding a space on the left or on the right Actually, that might be wrong. @cramoisi, what's the...
> Confirm whether hyphenating is disabled by default for Farsi/Persian and Arabic? We don't disable hyphenation, but as there is no hyph dict for these lang tags, and because they...
> I test epubs with LoadDocument() and Render(). I've noticed that styles are applied in both calls. Why so? When you open a document and there is no cache, the...
Not noticing much slowness on the emulator :) But this book is a bit different from most in that there are thousands of `` in a ``, each line is...
Except `int height`, that is needed. So: ```diff --- a/crengine/src/lvrend.cpp +++ b/crengine/src/lvrend.cpp @@ -3932,20 +3932,20 @@ void DrawDocument( LVDrawBuf & drawbuf, ldomNode * enode, int x0, int y0, int dx...
The path on the left of your image is there: https://github.com/koreader/crengine/blob/621dee08d48e5728f0ee0db4be200d71b55e7e8a/crengine/src/lvtinydom.cpp#L12071-L12102 Same issue - top_margin & bottom_margin computed early - but less obvious to fix as these are used to...
I'll probably PR the first one and include it in the coming crengine bump as it looks super safe. Will give some thoughts to the second one this evening, some...
Looked at them, so a big rectangle on the left disappeared, and make all the other get bigger. So, I guess it's good :) Tested on my Kobo, and it...