> So the question then becomes 'why are the fonts subset ?' That's a > really good question, and the answer is that I don't know. Its > possible that there is a genuine pdfwrite bug here. The piece of > information I'm missing is the step used to create the PDF files from > the EPS files, I don't know how you are doing that.
We use the following command to convert from EPS to PDF. $ gs -dSAFER -dEPSCrop -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -r1200 -dSubsetFonts=false -sDEVICE=pdfwrite -dAutoRotatePages=/None -sOutputFile=filename.pdf -c.setpdfwrite -ffilename.eps We believed that Ghostscript generates full font embedded (non-subset) PDF when `-dSubsetFonts=false` is specified. _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel