.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "AFM2AFM 1" .TH AFM2AFM 1 2023-12-30 fontools "Marc Penninga" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME afm2afm \- reencode an afm file .SH SYNOPSIS .IX Header "SYNOPSIS" .IP \fBafm2afm\fR 8 .IX Item "afm2afm" [\fB\-help\fR] [\fB\-version\fR] [\fB\-encoding\fR=\fI\fR] [\fB\-kpx\fR=\fI\fR] [\fB\-output\fR=\fI\fR] \&\fB\fR .SH DESCRIPTION .IX Header "DESCRIPTION" \&\fBafm2afm\fR re-encodes an \fIafm\fR file. .PP Metrics (including kerning data) for characters not present in the chosen encoding are excluded from the output, which resuls in (potentially much) smaller files. .PP Additional kerning pairs can be added to the output file. If you don't specify an encoding file, the \fIafm\fR file isn't re-encoded; however, all unused (unencoded) data is still pruned. .PP The program also generates an entry for a \fIdvips\fR\-style map file, but only if the \fIafm\fR file has been re-encoded and the output was written to file (i.e., if both the \fI\-encoding\fR and \fI\-output\fR options were specified). .SH "OPTIONS AND ARGUMENTS" .IX Header "OPTIONS AND ARGUMENTS" .IP \fB\-help\fR 4 .IX Item "-help" Print a short description of the syntax .IP \fB\-version\fR 4 .IX Item "-version" Print version number and exit .IP \fB\-encoding\fR=\fI\fR 4 .IX Item "-encoding=" Re-encode to the enconding in \fI\fR .IP \fB\-kpx\fR=\fI\fR 4 .IX Item "-kpx=" Read additional kerning pairs from \fI\fR and add these to the output. This option cannot be used to override values from the input \fIafm\fR file, since \fBafm2afm\fR will write both old and new values to the output! .Sp The \fI\fR should contain kerning data in standard \fIafm\fR format, i.e. for each kerning pair there should be a line .Sp .Vb 1 \& KPX .Ve .Sp All other lines in the \fI\fR are ignored. .IP \fB\-output\fR=\fI\fR 4 .IX Item "-output=" Write the result to \fI\fR instead of \f(CW\*(C`stdout\*(C'\fR. .IP \fB\fR 4 .IX Item "" The \fIafm\fR file to be re-encoded. .PP You may use either one or two dashes before options, and option names may be shortened to a unique prefix. .SH AUTHOR .IX Header "AUTHOR" Marc Penninga .SH COPYRIGHT .IX Header "COPYRIGHT" Copyright (C) 2005\-2023 Marc Penninga. .SH LICENSE .IX Header "LICENSE" This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. A copy of the GNU General Public License is included with \fBafm2afm\fR; see the file \fIGPLv2.txt\fR. .SH DISCLAIMER .IX Header "DISCLAIMER" This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. .SH VERSION .IX Header "VERSION" This document describes \fBafm2afm\fR version 20231230. .SH "RECENT CHANGES" .IX Header "RECENT CHANGES" (See the source code for the rest of the story.) .IP \fI2019\-05\-20\fR 12 .IX Item "2019-05-20" Added the \fI\-version\fR option.