On 03/18/2017 11:05 PM, Pablo Rodriguez wrote:
> Dear list,
> 
> I have the following sample:
> [...]
> I get the same results with or without the first line commented out.
> (I’m using latest beta from 2017.03.02 22:23.)
> 
> Is this a bug or what am I missing?

The issue is with the font:

    \definefontfeature[default][default][onum=yes]
    \definefontfamily[mainface][rm][TeX Gyre Pagella]
    \definefontfamily[mainface][hw][Neo Euler]
    \setupbodyfont[mainface]
    \starttext
    \startTEXpage[offset=5ex]
    1110

    \hw 1110
    \stopTEXpage
    \stoptext

Just in case it helps, LuaTeX-0.95 from TeX Live 2016 works fine with
both features in this font:

    \input ifluatex.sty
    \ifluatex\input luaotfload.sty\fi
    \font\1="euler.otf:+salt"
    \font\2="euler.otf:+onum"
    \1 1110\2 1110
    \bye

I don’t know why this happens. Could anyone confirm the issue?

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