Bugs item #762, was opened at 2007-04-04 19:31
You can respond by visiting:
http://sarovar.org/tracker/?func=detail&atid=493&aid=762&group_id=106
Category: Fonts
Group: v1.40.0
Status: Closed
Resolution: Fixed
Priority: 7
Submitted By: Martin Schröder (oneiros)
Assigned to: Hartmut Henkel (hhenkel)
Summary: symbolic font gets /Flags as nonsymbolic
Initial Comment:
The input file
\pdfcompresslevel=0
\pdfmapline{psyr Symbol}
\nopagenumbers
\font\sy=psyr
\sy a
\end
results in a pdf with a Font Descriptor with /Flags 34
for the Symbol font, which is wrong; it should be 4.
The flags are initialized as 4 in mapfile.c and
writefont.c sees this as the default value and writes
34 to the pdf.
Reported by TeX Guy and analyzed
by George N. White III ; see the
thread starting at
http://tug.org/pipermail/pdftex/2007-April/007133.html
----------------------------------------------------------------------
Comment By: Martin Schröder (oneiros)
Date: 2007-05-25 19:47
Message:
Logged In: YES
user_id=421
A fix for this will be included in the next release (1.40.4/1.50.0).
----------------------------------------------------------------------
Comment By: Martin Schröder (oneiros)
Date: 2007-04-04 19:42
Message:
Logged In: YES
user_id=421
The default might be reasonable, but even setting the
fontflags as 4 (symbol) doesn't work, as this is interpreted
as being the default and changed to 34. :-(
----------------------------------------------------------------------
You can respond by visiting:
http://sarovar.org/tracker/?func=detail&atid=493&aid=762&group_id=106