Times-Roman is one of 14 Adobe "Standard Type 1 (i.e. Postscript, not TrueType) Fonts", its metrics are known to every PDF viewing application. Even if these fonts are not embedded or present (way too often), the available substitution fonts are source of glyph shapes only. Metrics, i.e. character widths, i.e. character displacements while advancing forward when text is rendered, -- are those of original Times-Roman, not "Times New Roman" (if on Windows). Differences between T-R and TNR are tiny. Plus, there are millions of documents with 14 core fonts not-embedded. I'd be very interested to have a look at a case when "formatting is thrown off".

That's said, if you are intent on embedding, your option is to embed TTF, not original Type 1 font: prTTFont (but that's POD for the very module you are using...). As I see, this function was added in version 0.34, and CPAN testers say additional required modules are OK with 5.8.8


In reply to Re: 5.8.8/PDF/Reuse.pm & Times-Roman versus Times New Roman by vr
in thread 5.8.8/PDF/Reuse.pm & Times-Roman versus Times New Roman by robert.campbell

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.