Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

afm2afm

afm2afm -V (return code: 2)

[ERROR] can't open 'version': No such file or directory at /usr/bin/afm2afm line 92.
afm2afm --help (return code: 1)

Usage:
    afm2afm [-help] [-encoding *encodingfile*] [-kpx *kpxfile*] [-output
            *outputfile*] afmfile

Options and Arguments:
    -help
        Print a short description of the syntax

    -encoding *encodingfile*
        Re-encode to the enconding in *encodingfile*

    -kpx *kpxfile*
        Read additional kerning pairs from *kpxfile* and add these to the
        output. This option cannot be used to override values from the input
        afm file, since afm2afm will write both old and new values to the
        output!

        The *kpxfile* should contain kerning data in standard afm format,
        i.e. for each kerning pair there should be a line

            KPX <left_glyph> <right_glyph> <amount>

        All other lines in the *kpxfile* are ignored.

    -output *outputfile*
        Write the result to *outputfile* instead of "stdout".

    afmfile
        The afm file to be re-encoded.

    You may use either one or two dashes before options, and option names
    may be shortened to a unique prefix.

Comments

Popular posts from this blog

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

7 Steps to configure BDR replication in postgresql

How to Get Table Size, Database Size, Indexes Size, schema Size, Tablespace Size, column Size in PostgreSQL Database

Ora2PG - Oracle/MySQL to Postgres DB migration Version 20.0

PostgreSQL Introduction