View Single Post
Old 01-15-2013, 04:45 AM   #7
pkbo
Addict
pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.
 
Posts: 251
Karma: 214890
Join Date: Sep 2006
Device: none
fraylocus I'm not sure I've got your idea correctly. There is setting in the cr3.ini file that controls if CoolReader should display styles embedded in the epub:
Code:
crengine.doc.embedded.styles.enabled=0
There is no gui setting for it in the onyx version but you can edit the ini file. It is disabled in the above sample. You need to set it to 1 in order to enable. Regarding hyphenation - to turn hyphenation off you need to add (modify) in the cr3.in file the 'crengine.hyphenation.directory' property like below:
Code:
crengine.hyphenation.directory=@none
To turn on algorithmic hyphenation the property should look like:
Code:
crengine.hyphenation.directory=@algorithm
To use spanish hyphenation dictionary you should set it to
Code:
crengine.hyphenation.directory=Spanish_hyphen_(Alan).pdb
pkbo is offline   Reply With Quote