Dear list members,<br><br>Can you explain me the rules for WordSpace (and the effect that, I suppose, contradicts 5.4 of fontspec manual)?  <br>Is it possible to set different word spacing for different sizes with SizeFeatures? (I failed).<br>
<br>Vadim<br><br>% -*- tex-command: &quot;xelatex&quot; -*-<br>\documentclass{minimal}<br>\usepackage{polyglossia}<br>\setmainfont{Garamond Premier Pro}<br><br>\def\test{\qquad Space: \the\fontdimen2\font; <br>Stretch: \the\fontdimen3\font; <br>
Shrink: \the\fontdimen4\font\par}<br><br>\def\TEST{\fontsize{10}{12pt}\selectfont<br>This is a test \test\par <br>\fontsize{12}{14pt}\selectfont<br>This is a test \test}<br><br>\begin{document}<br><br>{\TEST}<br>{\addfontfeature{WordSpace={1,1,1}} \TEST}<br>
{\addfontfeature{WordSpace=1} \TEST}<br><br>\end{document}<br><br>[This is XeTeX, Version 3.1415926-2.2-0.9994.1 (Web2C 7.5.6)]<br>