View Single Post
Old 05-26-2014, 10:35 AM   #8
Anak
Guru
Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.
 
Posts: 603
Karma: 641742
Join Date: Mar 2012
Location: DE
Device: Kobo Glo
Quote:
Originally Posted by doubleshuffle View Post
I just did a very quick test and created test files with the three words from the example above: a regular epub, and a kepub. On my Aura HD, the regular epub displays the ligatures correctly, the kepub doesn't.

EDIT: Added a few words. Other ligatures, like ffi, working beautifully in the regular epub. The end letters too. No luck with the kepub.
Correct, epub does support the use of ligatures, kepub don't.
Ligatures only work, offcourse if the font contains the OpenType typographic features for ligatures.
Note: ligature support for standard Ligatures (liga) only. Other forms of ligatures don't work. E.g. contextual ligatures (clig), discretionary ligatures (dlig).

To force the render engine not to use ligatures add this code to the CSS
Code:
adobe-text-layout: optimizeSpeed;
Turn on (which is the default setting; there is no need to add this line of code)
Code:
adobe-text-layout:optimizeQuality;
Anak is offline   Reply With Quote