[dvipdfmx] CIDset entry missing

Ulrike Fischer news3 at nililand.de
Sat Oct 24 22:03:37 CEST 2020


Due to some test failures I saw that xelatex/xdvipdfmx no longer adds
a CIDset entry to the  /FontDescriptor dictionary.

The CIDset entry reappears if one force the pdf version to 2.0.

We suspect that the conditional is inverted and that is was intended
the other way round: that the CIDset should be suppressed if the
version is 2.0 or larger.

\RequirePackage{l3pdf}
\ExplSyntaxOn
\pdf_uncompress:
%\pdf_version_gset:n{2.0}  %with this the CIDset is added
\ExplSyntaxOff

\documentclass{article}
\begin{document}
abc
\end{document}



-- 
Mit freundlichen Grüßen
Ulrike Fischer




More information about the dvipdfmx mailing list.