LuaLaTeX, with unicode-math does not seem to use the text kerning for subscripts and superscripts. I however get the kerned V-A pair with pdfLaTeX (with amsmath). Is this a bug?
\documentclass{article} % \usepackage{amsmath} \usepackage{fontsetup} \begin{document} VA \(\text{VA}\gamma_{\textnormal{VA}}, \symrm{VA}\gamma_{\symrm{VA}}, \gamma^{\textnormal{VA}}, \symrm{VA}\gamma^{\symrm{VA}}\) \end{document} Edit: I get the same output with XeLaTeX.
Edit 2: It seems the problem does not occur for other fonts, although there are other bugs in the other fonts, such as collisions, and the correct optical size not being used for subscripts and superscripts.

