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