ディストリビューション: TeX Live 2020
fontspecのFeatureであるLetterSpaceをluatexja-fontspecでも同様に用いて
字間を調整できないか試みたのですが、うまくいきません。
うまい方法はないでしょうか。
%% コードここから
\documentclass[a4j]{ltjsarticle}
\usepackage[no-math]{luatexja-fontspec}
\begin{document}
\parindent=0pt
{\fontspec{Times New Roman}\addfontfeature{LetterSpace=0.0}
ABCDEFG HIJKLMN\\
\jfontspec{msmincho.ttc}[FontIndex=0]\addjfontfeature{LetterSpace=0.0}
あいうえおかきくけこ}
{\fontspec{Times New Roman}\addfontfeature{LetterSpace=10.0}
ABCDEFG HIJKLMN\\
\jfontspec{msmincho.ttc}[FontIndex=0]\addjfontfeature{LetterSpace=10.0}
あいうえおかきくけこ}
\end{document}
%% コードここまで