-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect faked bold font in xetex #692
Comments
This might be a bug in XeTeX. I inspected the resulting XDV of \input pgf.tex
\font\tmrb="[XITS-Regular.otf]:embolden=5" at 10pt
{\tmrb a}
\pgfpicture
\pgfnode{rectangle}{center}{A}{}{}
\pgftransformshift{\pgfpoint{0.5cm}{0cm}}
\pgfnode{rectangle}{center}{B}{}{}
\endpgfpicture
\bye and I can't find anything suspicious in terms of PDF literals. The stack seems to be balanced, i.e. same number of |
I transferred this report to https://tug.org/pipermail/dvipdfmx/2019-June/000014.html |
@aminophen Thank you very much for taking care of this. From the linked thread I understand that this is a problem in |
It seems that the problem is fixed in dvipdfm-x r51507. |
Thanks! |
In r53973, dvipdfmx restored the previous behavior due to so the fake-bold problem reappeared. |
When use tikz node immediately after a faked bold text, the second node (and the nodes afterwards) will be emboldened.
LaTeX version (with
fontspec
, compiled with xelatex):Plain TeX version (compiled with xetex):
See CTeX-org/ctex-kit#440.
The text was updated successfully, but these errors were encountered: