For a fairly large (> 100 pages) document that I am writing, I have run pdffonts to check whether the fonts are suitably embedded. The output is as follows:
C:\>pdffonts main.pdf name type emb sub uni object ID ------------------------------------ ----------------- --- --- --- --------- PEUMGT+Utopia-Regular Type 1C yes yes no 10 0 QIAYNS+Utopia-Bold Type 1C yes yes no 8 0 XUFKIZ+Utopia-Italic Type 1C yes yes no 61 0 CVIUTI+Fourier-Math-Letters-Italic Type 1C yes yes no 270 0 YJVFRW+Fourier-Math-Symbols Type 1C yes yes yes 282 0 LPRTGE+Fourier-Math-Extension Type 1C yes yes yes 332 0 UYVFMY+Fourier-Math-Letters-Bold-Italic Type 1C yes yes no 592 0
I have been using the \include{fourier} package so as to have the fourier fonts which I like a lot both for math and for regular use. I see from the font output table that I have some Utopia fonts as well which are from Adobe as mentioned in the fourier package documentation. I have three questions:
I would like to know what the "random" letters before the font name in the table means (e.g. on line one we have PEUMGT).
I would like to learn how to interpret the font output table better. In the last second to last column, we have in the final row the number
592. What does this mean?Where can I find more information on the
pdffontscommand?