You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AutoFakeSlant does not work when specifying BoldFont.
Problem occurs with both xelatex/lualatex.
Check/indicate
[ chk ] Relevant for XeTeX
[ chk ] Relevant for LuaTeX
[ chk ] Issue tracker has been searched for similar issues?
[ chk ] Links to <tex.stackexchange.com> discussion if appropriate
Minimal example demonstrating the issue
\documentclass{article}
\usepackage[no-math]{fontspec}
\setmainfont{Roboto}[
UprightFont=*-Regular,
BoldFont=*-Bold,
AutoFakeSlant=0.5,
] % I know roboto family has italic and bold italic version.
\begin{document}
{The quick brown fox}\par
{\bfseries The quick brown fox}\par
{\itshape The quick brown fox}\par
{\bfseries\itshape The quick brown fox}\par % why not slanted?
\end{document}
Description
AutoFakeSlant does not work when specifying BoldFont.
Problem occurs with both xelatex/lualatex.
Check/indicate
Minimal example demonstrating the issue
Further details
The code:
works fine.
But this is redundant.
The text was updated successfully, but these errors were encountered: