Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

afm2tfm

afm2tfm --version (return code: 0)

afm2tfm(k) (dvips(k) 5.995) 8.3
kpathsea version 6.2.1
Copyright 2015 Radical Eye Software.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License
and the Dvips copyright.
For more information about these matters, see the files
named COPYING and afm2tfm.c.
Original author of afm2tfm: T. Rokicki.
afm2tfm --help (return code: 0)

Usage: afm2tfm FILE[.afm] [OPTION]... [FILE[.tfm]]
  Convert an Adobe font metric file to TeX font metric format.

-c REAL             use REAL for height of small caps made with -V [0.8]
-e REAL             widen (extend) characters by a factor of REAL
-O                  use octal for all character codes in the vpl file
-p ENCFILE          read/download ENCFILE for the PostScript encoding
-s REAL             oblique (slant) characters by REAL, generally <<1
-t ENCFILE          read ENCFILE for the encoding of the vpl file
-T ENCFILE          equivalent to -p ENCFILE -t ENCFILE
-u                  output only characters from encodings, nothing extra
-v FILE[.vpl]       make a VPL file for conversion to VF
-V SCFILE[.vpl]     like -v, but synthesize smallcaps as lowercase
--help              print this message and exit.
--version           print version number and exit.

Email bug reports to tex-k@tug.org.

Comments

Popular posts from this blog

Oracle DBMS SCHEDULER Examples

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

How to Enable/Disable autovacuum on PostgreSQL