Files
luos/gulliver/thirdparty/html2ps_pdf/help/howto_afm.html

19 lines
477 B
HTML
Executable File

<html>
<head>
<title>html2ps/html2pdf FAQ</title>
<link rel="stylesheet" type="text/css" medial="all" title="Default" href="css/help.css"/>
</head>
<body>
<h1>HOWTO: Generate AFM metrics file</h1>
<p><a href="index.html">Back to table of contents</a></p>
using the ttf2pt1 utility (or any other utility able to produce AFM files)
<pre>
ttf2pt1.exe -a -GfAe verdana.ttf
</pre>
An alternative is to search pre-generated AFM files in the Net.
</body>
</html>