I am just switching from Latex to XeLatex, and I cannot quite understand how to force it to use a specific interline spacing (i.e. "leading") in certain occasions.<br>More precisely: <br>I am using the memoir class, with a rather heavy customization. <br>
At publisher demand,  I need to have all chapter titles, chapter numbers, etc, in Times (or equivalent) at exactly 15pt  with  18pt leading<br>The fontsize command did the trick in memoir using Latex:<br><br>\renewcommand*{\chaptitlefont}{\fontfamily{ptm}\fontsize{15}{18} \selectfont}<br>
<br><br>But I do not understand how to replicate the same behavior in XeLatex.<br><br>I can create a 15 pt Times-like  font command with<br><br> \font\VIBSChapterTitleFont="TeX Gyre Termes:letterspace=3" at 15pt<br>
<br><br>and then set the chapter title font command to it:<br><br>\renewcommand*{\chaptitlefont}{\VIBSChapterTitleFont}<br><br><br>But how can I control the leading space? I tried using the leading package, but it produced  very strange results (it changed the font size).<br>
<br><br>Sorry if I sound confused. I really am.<br><br><br>All help appreciated.<br><br><br>Cheers,<br><br>Stefano<br>