View Single Post
Old 06-05-2011, 01:57 PM   #29
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,878
Karma: 146918083
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Jim Lester View Post
1.2 included an update to RMSDK 9.2 which improves the typography by including (among a lot of other things) a hyphenation engine. 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;
}
Do you happen to know if Sony will update ADE to use RMSDK 9.2 so we can have hypens or are we stuck without?
JSWolf is offline   Reply With Quote