1 \input texinfo @c -*-texinfo-*-
3 @setfilename README.info
4 @settitle mftrace - Scalable Fonts for MetaFont
9 Copyright (c) 1999--2006 by the authors
11 Permission is granted to copy, distribute and/or modify this document
12 under the terms of the GNU General Public License.
14 You should have received a copy of the GNU General Public License
15 along with this program; if not, write to the Free Software
17 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
26 @chapter mftrace - Scalable PostScript Fonts for MetaFont
30 @code{mftrace} is a small Python program that lets you trace a @TeX{}
31 bitmap font into a PFA or PFB font (A PostScript Type1 Scalable Font)
32 or TTF (TrueType) font. It is licensed under the GNU GPL.
34 Scalable fonts offer many advantages over bitmaps, as they allow
35 documents to render correctly at many printer resolutions. Moreover,
36 Ghostscript can generate much better PDF, if given scalable PostScript
39 Versions prior to 1.0.5 were called `pktrace'.
44 @item @uref{http://lilypond.org/mftrace/mftrace-@mftversion{}.tar.gz}
45 @item GIT at @uref{http://repo.or.cz/w/mftrace.git}
51 @file{mftrace} is a thin Python wrapper around some other programs that
52 do the real work: a tracing program and t1asm. To run mftrace you need:
54 @item A tracing program:
55 autotrace >= 0.30 (see @uref{http://autotrace.sourceforge.net}
56 or potrace (see @uref{http://potrace.sourceforge.net}).
58 Potrace is recommended as it runs quicker than autotrace.
60 @item Python--2.1 or later. See @uref{http://www.python.org/}
61 @item t1utils. See @uref{http://www.lcdf.org/~eddietwo/type/}
62 @item TeX--your tex installation should include
72 @item A recent version (040215 or newer) of
73 @uref{http://fontforge.sourceforge.net,FontForge}. Some of @code{mftrace}
74 functionality requires FontForge to be present on user's system. This
75 includes rounding to integer, simplifying and autohinting font outlines,
76 as well as generating any output formats except PFA, PFB and AFM. You
77 should not request any of these features using @code{mftrace} options if
78 you don't like your font to be run through FontForge (note that in this
79 case you also have to explicitly specify @code{--noround} to disable
82 @item Alternatively, you need GhostScript with its @file{printafm}
83 utility, available somethere in your PATH. @code{mftrace} uses
84 @file{printafm} to generate AFM files in case there is no need to
85 process the font with FontForge.
91 A RPM may be built by issuing
94 rpm -tb mftrace-@var{version}.tar.gz
100 @section Debian GNU/Linux
102 Users of Debian unstable (and Debian 3.0 when it is released) can
103 install all requirements by running (as root):
106 apt-get install mftrace
109 If you wish to also install the FontForge package to simplify and
110 autohint the font, then run the command
113 apt-get install fontforge
120 Install the prerequite packages. Then run
127 in the mftrace directory. Run as follows:
134 @section Invoking mftrace.
136 Command line options:
139 A comma-separated list of formats to generate. Choices include: AFM,
140 PFA, PFB, TTF and SVG. Default is to generate a PFA file. Note that
141 @file{fontforge} (formerly called @file{pfaedit}) needs to be installed
142 in order to generate any format except PFA or PFB. For generating AFM
143 you need either @file{fontforge} or @file{ghostscript}.
144 @item -e,--encoding=@var{enc}
145 Use encoding file @var{enc}. Encoding files used by @code{mftrace} are
146 basically in the GhostScript/dvips format, but you may use a special
147 @code{.notavail} glyph name in order to tell mftrace not to process
148 a specific glyph. If this option is not specified, mftrace will try to
149 determine the encoding file automatically, from the encoding specified
151 @item --glyphs=@var{list}
152 Only process glyphs in @var{list}, which is a comma-delimited list of
153 decimal numbers or ranges.
155 --glyphs 1-10,50,55,90-100
157 @item --gffile=@var{name}
158 = Take glyphs from file @var{name}.
159 @item --grid @var{gridsize}
160 Set reciprocal grid size in em units multiplied by ratio magnification/1000.
161 For example @code{--grid 10 --magnification 1000} will round
162 coordinates of control points to 1/10 of em unit. Useful simultaneously
163 with @code{--noround} option. Default @var{gridsize} value is 1, i. e. round to integer.
167 Retain all temporary files in the directory @file{mftrace.dir/}. This
168 is useful for debugging problems.
170 Try to continue if external programs called by mftrace fail. If METAFONT
171 crashes with overflow errors, but nevertheless outputs a GF file, try to
172 process its output as is (useful for some buggy fonts, see below). If
173 potrace/autotrace fails to trace a specific character, first try it with
174 a less smoothed curve, and if that fails, skip the character.
176 By default mftrace outputs @file{trace-bug-FONTNAME-NUMBER.pbm} and
177 stops the process with a request to file a bugreport.
178 @item --magnification
179 The magnification to use for the PFA file. The default is 1000. The
180 larger the more precise the PFA file will be. However, when
181 magnification is too large METAFONT can crash with overflow errors.
183 Sadly, many MF fonts contain resolution checks
185 if dots_per_inch * design_size > 1500:
188 This check is susceptible to overflow errors. Such code should be
189 reported as a bug, and changed to
191 if dots_per_inch > (1500 / design_size):
196 Don't round coordinates of control points to integer
197 values. Useful simultaneously with
198 @code{--grid} option. Disabled by default.
200 @item -o,--output-base=FILE
201 Output to FILE.pfa or FILE.pfb.
203 Pass the font through FontForge for automatic simplification and hinting.
205 Use @var{file} for the TFM file. This file is needed to determine at
206 what resolution to run MetaFont.
208 Be verbose: print all commands as they are invoked. This is useful
213 Try to kludge up the paths coming from MikTeX for a cygwin
214 environment. If this doesn't work, specify @code{--tfmfile} and
215 @code{--encoding} manually.
217 show warranty and copyright
219 use Potrace (default).
223 @item -D,--define=@var{symbol}=@var{value}
224 Set the font info @var{symbol} to the given @var{value}. For example
225 @code{-DFamilyName=Foo} sets the font family name to @code{Foo}.
227 Mftrace tries to fill in sensible values for the FontName, FamilyName,
228 FullName and Weight fields. It does so by guessing values for the CM font
229 series. For other fonts, it tries to read an AFM file (which is not likely
230 to exist). Suggestions for a more generic way to handle this are welcome.
234 Mftrace uses kpathsea for finding fonts, so any kpathsea variable can
235 be used to fine-tune which files should be loaded. For example, you
236 can set @code{MFINPUTS} to specify which paths to search for
239 Additional options may be passed to the backend program (potrace or autotrace)
240 with the @code{MFTRACE_BACKEND_OPTIONS} environment variable.
245 Why use @code{mftrace} over
246 @uref{http://textrace.sourceforge.net,textrace}? Textrace and mftrace
247 are functionally similar. However, mftrace is quicker, more cleanly
248 written and can be installed using standard methods. Additionally,
249 textrace requires perl, ghostscript and dvips.
251 How about @uref{http://www.truetex.com,MetaFog}? MetaFog operates
252 directly on the curves that generate the bitmap font, its outlines will
253 probably be smaller and better. However, MetaFog is a proprietary
254 product: its source code is not available, and it will only run on a
255 limited number of platforms.
257 How about @uref{ftp://bop.eps.gda.pl/pub/metatype1/,MetaType1}?
258 MetaType1 is an approach that puts severe constraints on what may be
259 done in a font program. It does not work for fonts containing overlaps
262 How about @uref{http://fontforge.sourceforge.net/,FontForge} itself?
263 FontForge is an interactive editor, but it can be scripted. Since it
264 supports bitmap tracing and @TeX{} bitmap fonts, it is possible to
265 duplicate the functionality of mftrace. However, out of the box,
266 FontForge does not recognize TeX encodings.
269 @section Bugs and todo
272 @item Discuss fonts & copyright.
273 @item Submit @file{tfm.py} to www.python.org. @file{tfm.py} is a python
274 module to parse Tex Font Metric file.
277 Should you encounter any bug or problem, then please send a bugreport
278 to @email{hanwen@@xs4all.nl,Han-Wen Nienhuys}.
282 @email{hanwen@@xs4all.nl,Han-Wen Nienhuys}
287 Gf2pbm, the utility to convert a MetaFont GF file to a PBM file was
288 based on Paul Vojta's Xdvi. The license notice is reproduced below.
290 Thanks to all bughunters and contributors: Andrey V. Panov, Geoffrey
291 Alan Washburn, @uref{http://www.maths.qmul.ac.uk/~jdg/,Julian Gilbey}
292 G@"{u}nther Spahlinger, Richard Mahoney, Stanislav Brabec, and Thomas
297 Copyright (c) 1990-1999 Paul Vojta
299 Permission is hereby granted, free of charge, to any person obtaining a copy
300 of this software and associated documentation files (the "Software"), to
301 deal in the Software without restriction, including without limitation the
302 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
303 sell copies of the Software, and to permit persons to whom the Software is
304 furnished to do so, subject to the following conditions:
306 The above copyright notice and this permission notice shall be included in
307 all copies or substantial portions of the Software.
309 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
310 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
311 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
312 PAUL VOJTA BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
313 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
314 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
317 The rest of the package mftrace script itself is licensed under the
318 @uref{http://www.gnu.org/licenses/gpl.txt,GNU General Public License}.
325 @item @uref{http://partners.adobe.com/asn/developer/pdfs/tn/T1Format.pdf,Type1
327 @item @uref{http://partners.adobe.com/asn/developer/pdfs/tn/5015.Type1_Supp.pdf,Supplement
328 to the Type1 specification}.