<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Daniel H. Luecking napsal(a):
<blockquote cite="mid:1439828689702.23206@uark.edu" type="cite">
  <pre wrap=""> Karel <a class="moz-txt-link-rfc2396E" href="mailto:horakk@math.cas.cz"><horakk@math.cas.cz></a> wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">To make things easier, I changed all the graphics into trivial
rectangles, the incorrect dimensions are still there in case of chars 44
and 45 (octal 36 and 37). The height of these two characters is much
smaller than their width but should be higher!
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I think you mean octal 44 and 45 (which are decimal 36 and 37).
  </pre>
</blockquote>
It depends on the reading, I wanted to say octals of decimals 36 and 37
:-)<br>
<blockquote cite="mid:1439828689702.23206@uark.edu" type="cite">
  <pre wrap="">
I'm just guessing here, but when metaFONT writes a tfm file, all the 
dimensions are required to be less than 4096.0. It is possible metaPOST 
uses the same code for creating the tfm file and makes the same 
requirement. In character 36,
    show  h; 
produces 7935.29486. It is possible that bits above the twefth are 
ignored and so 7935.29486 - 4096 = 3839.29486 would be used. Or it 
is possible some other truncation method is used. 

There is another factor that might be at work here: there is a limit on 
the number of different character heights there can be in a tfm file. If 
there are more than 15, some will be adjusted so that there are only 15. 
Your file seems to have 18 different heights. A similar limit is imposed on 
depths and widths.

  </pre>
</blockquote>
You are of course true, but metafont gives correct tfm with some
changes of heights but those are neglectable (some charht values had to
be adjusted by as much as 1.10536pt). On the other hand metapost does
not give any information about changing the heights at all.<br>
<br>
Originally I generated metrics with metafont but preparing now a new
edition of textbook I thought that it is not more necessary to compile
the source twice:-)<br>
<br>
All the best,<br>
Karel <br>
<br>
<br>
</body>
</html>