Quote:
Originally Posted by JSWolf
How does the justification button mess up the layout? What are widows and orphans set to in chromium? If they are not 1, I'd find it annoying. Line height is not a problem if I can set it with the slider, but not the default 1.3 an unpatched Kobo defaults to as the lowest value.
|
It sets
everything to justified. RMSDK handles this better, it only changes the text-align setting for the body tag, so if some elements are set to right aligned, left aligned or centered because they
need to be set that way, they won't be changed.
Same for the font-family: if you change the font in RMSDK, it only changes the setting in the body tag. Headings and other elements that for some reason need a special font are not affected. Much better than changing the font everywhere.
For headings I often need a much smaller line height (see attachments). I tried to style this like the original book. Looks alright in ADE, Thorium and Calibre.
The kerning problems here are caused by the font, btw. font-kerning in CSS is supported.