View Single Post
Old 04-13-2014, 04:40 PM   #982
jgoguen
Generally Awesome Person
jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.
 
Posts: 1,100
Karma: 2191133
Join Date: Jan 2013
Location: /dev/kmem
Device: Kobo Clara HD, Kindle Oasis
Quote:
Originally Posted by cybmole View Post
one more issue, sorry,
I think I see another artifact- I kill all hypenation in epubs via CSS, I still see some hyphenation in kepub. I can get rid off it by moving the device justification slider to off, instead of leaving it on full. but I don not have to do that for epubs.
For epubs it is completely stopped by adding the line body {adobe-hyphenate: none;} to CSS, and the device slider is not relevant.

so you must be doing some reprocessing in this area also.

NB I checked the book source code, the occasional hyphenation that I see on screen in kepub is font size dependent & it not caused by any soft hyphens in the book text.

the device justification slider does fix it though, which is strange, it should not be happening at all unless the access renderer is not honouring the
body {adobe-hyphenate: none;} command.

I have not seen this ever when reading books in android kobo app on tablet ( which treats all side loaded books as kepubs)

I only do hyphenation processing if you select that option in the driver settings. Otherwise I leave it at whatever the book's internal CSS rules are at the time it's sent to the device.
jgoguen is offline   Reply With Quote