Hi, In http://www.tomsguide.com/us/amazon-kindle-paperwhite,review-2967.html I read under "Advanced Typesetting" ... improved character placement and spacing, with advanced kerning and ligatures ...books with this enhanced typesetting are not easy to find which makes me wonder: how can an html file (just a char stream) determine in an epub that kerning/ligaturing is disabled By default? (I can imagine a css enabling something but still ...) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On 2015-08-07 Hans Hagen wrote:
http://www.tomsguide.com/us/amazon-kindle-paperwhite,review-2967.html
I read under "Advanced Typesetting"
... improved character placement and spacing, with advanced kerning and ligatures ...books with this enhanced typesetting are not easy to find
which makes me wonder: how can an html file (just a char stream) determine in an epub that kerning/ligaturing is disabled By default?
(I can imagine a css enabling something but still ...)
There was lot of work in W3 recently dedicated in CSS for paged media. Even further development of mature XSL-FO has been discontinued in favor of HTML+CSS. http://www.smashingmagazine.com/2015/01/designing-for-print-with-css/ And many publishers believe this is the future. While many features are not available in browsers yet, there are corresponding JavaScript modules/polyfills which mimic the intended rendering so nothing stops the publishing industry from migrating their workflows into the new standards. One of such JavaScript framework is vivliostyle.js - http://vivliostyle.com/ Back to the original question, enabling/disabling font features can be done using CSS font-feature: http://www.w3.org/TR/css3-fonts/#font-rend-props Jan
participants (2)
-
Hans Hagen
-
Jan Tosovsky