Kerning is handled by the application that creates the PDF. That is why when you bring a PDF file into Adobe Illustrator that was created in InDesign or Quark you will see the text line is broken into many smaller text blocks (if the kerning was done by hand). Having done kerning tables for ITC in my past life, you may have to update the TTF font with the kerning you want as the actual pairs may not exist and you are use to seeing "auto Kern" (i hate auto kern). You many want to use FontForge (fontforge.sourceforge.net) or another font editor to view the existing kerning tables. Most fonts ship with a pitiful kerning table. I used to use Fontographer, but it is no longer supported last update 2006, but the company has its FontLab product or a basic font editor you may want to look into (http://www.fontlab.com/font-editor/)

In reply to Re: PDF API2 Kerning by rpnoble419
in thread PDF API2 Kerning by TienLung

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.