poire-z
poire-z
Just a quick note, for info and "good to know": I'm reading a 67 KB small EPUB which results in 110 pages. I have some tuning in cr3.ini to have...
You want to do a PR? Or do you want me to quickly do one with these before bumping what we merged yesterday?
crengine is much more limited in what/how it can handles things vs. regular web browser engines, so we'll often meet something that's not handled well. And when that happens you...
> The styling there is certainly bizarre, but could it be handled in a way that doesn't make text disappear? Or is this the quirk of WebKit rendering and shouldn't...
> The styling there is certainly bizarre, but could it be handled in a way that doesn't make text disappear? Or is this the quirk of WebKit rendering and shouldn't...
Given the way our text drawing is implemented, this is very complicated to solve: - color/bgcolor is set on the buffer object when drawing, it would need to have a...
We don't yet support `visibility:` - but it will be added if/when we add MathML support. edit: I mean I added support for it in my MathML w.i.p. branch -...
Btw, what's your use cases for this and #418 ? I guess we're quite unlikely to find all that in books.
Was giving this some thoughts, and thought that for such case, we might just have another flag `LTEXT_HAS_COMPLEX_STUFF` so when seeing that in a few limited places, the text rendering/drawing...