Dear list,

using latest beta (2017.07.28 14:24), I have the following sample:

    \definefontfeature
        [default]
        [default]
        [script=latn,
         itlc=yes]

    \setupitaliccorrection
        [global, always]

    \definefontfamily
        [mainfont]
        [rm]
        [EB Garamond]

    \startbuffer[words]
    office final floor affliction
    \stopbuffer

    \startbuffer[ligatures]
    {\em \getbuffer[words]}\\
    {\bi \getbuffer[words]}\\
    {\getbuffer[words]}\\
    {\bf \getbuffer[words]}\\
    \stopbuffer

    \starttext
    \startTEXpage[offset=1em]
    \getbuffer[ligatures]
    \setupbodyfont[pagella]
        \getbuffer[ligatures]
    \setupbodyfont[mainfont]
        \getbuffer[ligatures]
    \stopTEXpage
    \stoptext

In Latin Modern italics (and TeX Gyre typefaces), the “ffi” ligature
isn’t added.

With EB Garamond, italics don’t get the “ffl” ligature.

The previous beta from 2017.07.27 16:17 doesn’t have the issue that I
describe.

Could anyone be so kind to confirm the bug with latest beta?

Many thanks for your help,

Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to