Does XeTeX provide any way to access this feature? I have looked
through the Fontspec manual, with particular attention to §10.7ff, but
found nothing.
The designer of the font I am testing put some substitutions under this
feature. I'm not sure why, since he could just as well have used a
s
Hi David,
I think I remember intentionally omitting this feature because it’s kind of
useless for most fonts.
(It’s been a long time, though. Happy to revisit.)
I’d recommend creating your own feature option for it using something like:
\newopentypefeature{Style}{AllAlternates}{+aalt}
Hope thi