[Tex/LaTex] How is the effect (swash) achieved

fonts

Sorry, I don't know the name of this typographic effect, it's been years since I read The Elements of Typographic Style. This is more than kerning. I'm referring to the "tail" of the N going under the following letters. Or is it a particular font with this feature?

alt text

The image is from page 2 of http://www.tsengbooks.com/images/6176s.pdf

I'll update the question if I learn the proper typographical term.

Thank you.

Update: as Lev Bishop indicated, the effect is called swash (wikipedia)

Best Answer

It's a feature of the font. You can see the same thing with the Q in the 'swash' style of Minion Pro. Eg.,

\documentclass{book}
\usepackage{MinionPro}
\begin{document}
\textsw{Queen}
\end{document} 
Related Question