Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<html>
2
<head>
3
<title>html2ps/html2pdf FAQ</title>
4
<link rel="stylesheet" type="text/css" medial="all" title="Default" href="css/help.css"/>
5
</head>
6
<body>
7
<h1>HOWTO: Generate AFM metrics file</h1>
8
<p><a href="index.html">Back to table of contents</a></p>
9
 
10
using the ttf2pt1 utility (or any other utility able to produce AFM files)
11
 
12
<pre>
13
ttf2pt1.exe -a -GfAe verdana.ttf
14
</pre>
15
 
16
An alternative is to search pre-generated AFM files in the Net.
17
 
18
</body>
19
</html>