<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 04/19/2013 10:32 AM, Max TenEyck
      Woodbury wrote:<br>
    </div>
    <blockquote cite="mid:51717197.6020708@mtew.isa-geek.net"
      type="cite">
      <pre wrap="">As I understand it, some fonts deliberately have glyphs larger than
their metrics bounding boxes.  Clipping them is almost certainly not a
good idea.
</pre>
    </blockquote>
    <br>
    Forgive my disbelief, but can you provide an example? It seems like
    Windows has the same clipping behavior (see my test
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a href="http://source.winehq.org/patches/data/95792">http://source.winehq.org/patches/data/95792</a>).<br>
    <br>
    From my understanding, the intent of the ascent metric is that it
    indicates the maximum ascender on any glyph in the font (and
    likewise for descent), so the only real reason for the
    ascent/descent metrics to be wrong is if the font designer made a
    mistake. (And some tools, like FontForge, will automatically set the
    ascent/descent metrics correctly for you on export.)<br>
    <br>
    I can't think of any reason why a font author would want to create a
    font with an invalid ascent/descent metric.<br>
  </body>
</html>