I'm probably missing something obvious. I'm using MacTeX 2014. I want to use the font Optima that ships with the Mac OS (10.8.5) -- it is a .ttc font. If I typeset the following TeX file I get no kerning between the Te and the Ty.
% !TEX encoding = UTF-8 Unicode
% !TEX TS-program = LuaLaTeX
\documentclass{minimal}
\usepackage{fontspec}
\setsansfont{Optima}
% \setsansfont[Kerning=On]{Optima} Mac
\begin{document}
\fontsize{36}{48}\selectfont
\textsf{Test Type}
\end{document}
As you can see, I also tried explicitly turning on the kern feature, but to no effect. I tried the same sample text in Adobe InDesign and the kerning does show up. I have not, so far, found any mentions anywhere of this phenomenon.
\setmainfont[Kerning=On]{Optima}, the log file contains fontspec warnings"icu-feature-not-exist-in-font":OpenType feature 'Kerning=On' (+kern) not available for font 'Optima' with * script '' and language ''.– sgmoye Aug 25 '14 at 19:00luaotfloadhas not yet been extended to make up for this loss of functionality. By the way, if you still have MacTeX2013 on your system, you'll find that kerning still works with it. – Mico Aug 26 '14 at 13:20/usr/local/texlive/2014/bin/x86_64-darwin/lualatexand/usr/local/texlive/2013/bin/x86_64-darwin/lualatex, resp. I've listed all files used in the other posting, by the way. – Mico Aug 27 '14 at 07:19/usr/local/texlive/2014/bin/x86_64-darwin/luatex, it bombed with a complaint about cambria.ttc not being available. After I changed the font file toHoefler Text.ttc, the program ran; however, sure enough, still no kerning. In contrast, if I run the test file through/usr/local/texlive/2013/bin/x86_64-darwin/luatex, the kerning works fine. Same result, by the way, if I run it withBaskerville.ttc. – Mico Aug 27 '14 at 18:22Hoefler Text,Optima,Didot, andBaskerville, there's no kerning in those lines where there should be some, if I run the test file under luatex 0.79.1. No kerning problems with these fonts when using luatex 0.76. – Mico Aug 27 '14 at 18:56