So, I was playing with fonts and found one really nice. It's just that I ran into trouble trying to write the word Background (quite a common word, eh?) using it. The k and the g extend into each other. And if I add space between them I have to add very much space indeed. (actually way too much) Are there more variants of the characters hidden somewhere or is this a case of broken-by-design? (It can't be, can it?)
\documentclass{article}
\begin{document}
\LARGE \fontfamily{pzc}\selectfont Background
\end{document}


fontspecand the OTF version of TeX Gyre Chorus (a font based on Chancery), but to no avail, so @Hendrik might as well be right. The only difference I get is that the characters are kerned to not to overlap, just like in Seamus's example below. – Andrey Vihrov Mar 14 '11 at 17:52