<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 09.12.2016 16:59, Graeme Geldenhuys
      via Lazarus wrote:<br>
    </div>
    <blockquote
      cite="mid:98814a3f-8d4d-ae23-4631-50fadcf4d252@geldenhuys.co.uk"
      type="cite"><br>
      <blockquote type="cite">
        <pre wrap="">Can you tell us which font you are using, and maybe also what text
you were trying to write to the PDF?
</pre>
      </blockquote>
      <pre wrap="">
Yes, that information would be very useful. If you can even supply the
TTF font version number, that would be helpful too.</pre>
    </blockquote>
    <br>
    <div class="moz-text-flowed" style="font-family: -moz-fixed;
      font-size: 14px;" lang="x-western">If it really is needed, I'll
      create a test project. But for the start to me it looks like you
      didn't test the package with range checks on and overflow checks
      on. Maybe you'll find the problems on your own if you switch them
      on :)
      <br>
      <br>
      E.g. TFontSubsetter.WriteTableHeader is also written for range
      checking off (you should at least {$PUSH}{$R-}{$Q-} - {$POP} the
      code).
      <br>
      <br>
      Ondrej
      <br>
    </div>
    <br>
  </body>
</html>