EnglishFrenchSpanish

Ad


OnWorks favicon

mftrace - Online in the Cloud

Run mftrace in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command mftrace that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


mftrace - convert METAFONT format fonts into Type1 outline fonts

SYNOPSIS


mftrace [options] fontname

DESCRIPTION


mftrace is a program that can convert a METAFONT font into a Type1 font. It is simply
called with the name of the font (without a `.mf' suffix) and produces a Type1 font file
called either fontname.pfa or fontname.pfb depending on the command line options. With
the help of fontforge(1) it can produce other font formats too.

For tracing the bitmap, mftrace either uses potrace(1) or autotrace(1) (the former
preferred) if available; this can be overridden with the --autotrace and --potrace command
line options.

OPTIONS


This program follows the usual GNU command line syntax, with long options starting with
two dashes (`-').

-k, --keep
Keep all output in directory `mftrace.dir'.

--magnification=MAG
The magnification to use for the PFA file. The default is 1000. The larger the
magnification, the more precise the PFA file will be. However, if the
magnification is too large METAFONT can crash with overflow errors.

Sadly, many MF fonts contain resolution checks

if dots_per_inch * design_size > 1500:

This check is susceptible to overflow errors. Such code should be reported as a
bug, and changed to

if dots_per_inch > (1500 / design_size):

--formats=FMT1,FMT2,...
Specify which formats to generate (default is pfa). Choices are: `afm', `pfa',
`pfb', `ttf', `svg'. Note that fontforge (formerly called pfaedit) must be
installed to generate any format except `pfa' or `pfb'. For generating `afm' you
need either fontforge or ghostscript.

--simplify
This passes the created Type1 font to fontforge (formerly called pfaedit) to
simplify and autohint it.

--gffile=FILE
Use generic font file FILE instead of running Metafont. (GF is the default output
format of Metafont.)

-I DIR, --include=DIR
Add DIR to the current path for searching files.

--glyphs=LIST
Process only these glyphs. LIST is a comma separated list of decimal numbers or
ranges, for example `1-10,50,55,90-100'.

--tfmfile=FILE
Use FILE for the TFM file. (The default is to use fontname.tfm).

-e ENC, --encoding=ENC
Use encoding file ENC. Encoding files used by mftrace are basically in the
GhostScript/dvips format, but you may use a special .notavail glyph name in order
to tell mftrace not to process a specific glyph. If this option is not specified,
mftrace tries to determine the encoding file automatically, from the encoding
specified in the TFM file, the default being `tex256.enc'.

--keep-trying
Try to continue if external programs called by mftrace fail. If METAFONT crashes
with overflow errors, but nevertheless outputs a GF file, try to process its output
as is (useful for some buggy fonts, see above). If potrace or autotrace fail to
trace a specific character, first try it with a less smoothed curve, and if that
fails, skip the character. By default, mftrace leaves a file
`trace-bug-font-char.pbm' and stops the process with a request to file a bugreport.

--dos-kpath
Try to use MikTeX's version of kpsewhich.

--potrace
Use potrace for tracing bitmaps. The default is to use potrace if it is found,
otherwise to use autotrace.

--autotrace
Use autotrace for tracing bitmaps.

--no-afm
Don't read the AFM file to find font information.

--noround
Do not round coordinates of control points to integer values (use with --grid).
Disabled by default.

--grid=GRID
Set reciprocal grid size in em units multiplied by ratio magnification/1000. For
example, `--grid 10 --magnification 1000' rounds coordinates of control points to
1/10th of the em unit. Useful simultaneously with the --noround option. Default
GRID value is 1, i.e., round to integer. This option is only used with potrace.

-D,--define=SYMBOL=VALUE
Set the font info SYMBOL to the given VALUE. For example, -DFamilyName=Foo sets
the font family name to Foo. mftrace tries to fill in sensible default values for
the `FontName', `FamilyName', `FullName' and `Weight' fields.

-V, --verbose
Be verbose.

-h, --help
Show summary of options.

-v, --version
Show version of program.

-w, --warranty
Show warranty and copyright.

COPYRIGHT


You may redistribute copies of mftrace under the terms of the GNU General Public License
<http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by
law.
This manual page is copyright © 2005,2006,2007 Julian Gilbey and is distributed under the
GNU General Public License too.

Use mftrace online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Phaser
    Phaser
    Phaser is a fast, free, and fun open
    source HTML5 game framework that offers
    WebGL and Canvas rendering across
    desktop and mobile web browsers. Games
    can be co...
    Download Phaser
  • 2
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 3
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 4
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 5
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 6
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • More »

Linux commands

Ad