[Tex/LaTex] Back inclined Italics Font

fonts

Do we have any back inclined Italics Font? Just the opposite of the forward inclined Italics?

Best Answer

If you absolutely want to use something like this and you can use XeTeX or LuaTeX to compile your document, you can fake it for any font you like:

\documentclass{article}
\usepackage{fontspec}
\begin{document}
\fontspec[FakeSlant=-0.5]{Georgia Italic} hello?
\end{document}

I'm not sure if you'd call the output attractive, exactly:

backwards slanting italics

Related Question