luaotfload icon indicating copy to clipboard operation
luaotfload copied to clipboard

bug with calt?

Open ousia opened this issue 13 years ago • 0 comments

Hi Khaled,

I'm using fontspec (from TL2011 as updated today).

If I don't get it wrong from the documentation, fontspec supports the OpenType feature calt in LuaLaTeX. For some strange reason, the following sample doesn't work:

\documentclass{minimal} \usepackage{fontspec} \setmainfont[RawFeature={+calt,+ss11}]{Theano Didot} \begin{document} ββ θθ \end{document}

Theano Didot contextual alternates enable different glyphs for initial and medial/final beta (stylistic set 11 enables different glyphs for initial and medial/final theta). Theano Didot is available at http://thessalonica.org.ru/en/fonts-download.html.

Am I doing something wrong, is it a bug or an unimplemented feature?

Many thanks for your help,

Pablo

ousia avatar Mar 18 '12 19:03 ousia