View Single Post
Old 04-07-2013, 08:06 AM   #3
RAH
Guru
RAH ought to be getting tired of karma fortunes by now.RAH ought to be getting tired of karma fortunes by now.RAH ought to be getting tired of karma fortunes by now.RAH ought to be getting tired of karma fortunes by now.RAH ought to be getting tired of karma fortunes by now.RAH ought to be getting tired of karma fortunes by now.RAH ought to be getting tired of karma fortunes by now.RAH ought to be getting tired of karma fortunes by now.RAH ought to be getting tired of karma fortunes by now.RAH ought to be getting tired of karma fortunes by now.RAH ought to be getting tired of karma fortunes by now.
 
RAH's Avatar
 
Posts: 615
Karma: 575652
Join Date: Oct 2010
Location: Hampton, NH
Device: Kobo Aura H20; Kobo ClaraBW
According to an earlier thread about excessive hyphenation on the COLOR Nook, you could do this in the epub file to help the problem:

--------------------
If for your epubs you don't want the hyphenation engine (and the better typography, etc...), you can force RMSDK 9.2 to use the 'old' 9.1 text engine by adding adding the css attribute 'adobe-text-layout: optimizeSpeed;' to a body selector ie
Code:

body {
... other attributes ...
adobe-text-layout: optimizeSpeed;
}
----------------------

I don't know if this really helps and I don't know which thread it is in (I just saved the part I wanted), but you might give it a try.
RAH is offline   Reply With Quote