-\subsection{Bold Italic shape}
-\label{sec:bold-italic-shape}
-\emph{Old Standard} does not feature a bold italic shape. However,
-both \XeTeX\ and \LuaTeX\ engines can emulate this shape as shown in
-the following two examples:
-
-\begin{tcblisting}{minted options={linenos, numbersep=0mm,
- fontsize=\smaller}, listing only, title=\XeLaTeX}
- \usepackage{fontspec}
- \setmainfont{Old Standard}[
- BoldItalicFont={Old Standard Italic},
- BoldItalicFeatures={FakeBold=1.5}]
-\end{tcblisting}
-
-\begin{tcblisting}{minted options={linenos, numbersep=0mm,
- fontsize=\smaller}, listing only, title=\LuaLaTeX}
- \usepackage{fontspec}
- \setmainfont{Old Standard}[
- BoldItalicFont={Old Standard Italic},
- BoldItalicFeatures={RawFeature={+embolden=2}}]
-\end{tcblisting}
-