fontspec icon indicating copy to clipboard operation
fontspec copied to clipboard

`AutoFakeSlant` should also slant bold italic

Open wspr opened this issue 11 years ago • 1 comments
trafficstars

This could be improved:

\documentclass{article}
\usepackage{fontspec}
\setmonofont[
  AutoFakeSlant,
  BoldFont=Inconsolatazi4-Bold.otf,
]{Inconsolatazi4-Regular.otf}

\begin{document}
\ttfamily
Regular
\textbf{Bold}
\textsl{Slanted}
\textit{Italics}
\textbf{\textsl{BoldSlanted}}
\textbf{\textit{BoldItalics}}
\end{document}

wspr avatar Jun 05 '14 07:06 wspr

I agree, any hope it will be fixed?

pinam45 avatar Dec 30 '20 22:12 pinam45