Lettering

(Laurence Finston's Website)

This copyright notice applies to all material on this webpage:

Copyright 2022, 2023 Laurence D. Finston
All Rights Reserved.

Last updated: July 7, 2022.

Table of Contents

Top
Main Page
TeX and Friends
Display Fonts
Background
Display Fonts
Computer Modern Bold Extended
Euler
Roman
Linoleum
Wax
Fraktur
TeX Logo
Mariu: A Palæographic METAFONT Font
Music Theory Flashcards
Photos
Computer Modern
Other
Contact

TeX and Friends

For many years, I have been using TeX and friends for my typesetting needs. The original fonts for TeX were designed by its inventor, Prof. Donald E. Knuth, using his own METAFONT package.

MetaPost is another software package, which was developed by John Hobby from METAFONT. Hobby was Prof. Knuth's main collaborator on METAFONT. (See also MetaPost on the Web.) Whereas the output of METAFONT is run-length encoded bit-maps, that of MetaPost is Encapsulated PostScript (EPS) code, which may be included in TeX or other kinds of documents or converted to other graphics formats.

While MetaPost may be used for creating PostScript fonts, it was primarily intended for creating graphics, which may contain material ("labels") typeset by TeX.

My own software package, GNU 3DLDF, is for three-dimensional drawing with MetaPost output. It implements a language based on METAFONT but is a completely separate program, sharing no code with either METAFONT or MetaPost.

Display Fonts

Background

There is a great variety of fonts (of varying quality) available for use with TeX. TeX distributions, such as TeX Live and MiKTeX, typically include a large selection of METAFONT fonts, programmed by professionals and amateurs alike. In addition, many PostScript fonts, including the "standard" ones such as Times-Roman, Courier, Garamond, etc., have been made available for use with TeX.

An important family of fonts is still Knuth's Computer Modern, originally designed for typesetting his magnum opus The Art of Computer Programming (TAOCP). I say "still" because of Knuth's own disclaimer that he is not a professional type designer, though he did receive expert advice, in particular, but not exclusively, from the designer Hermann Zapf.

One reason for the Computer Modern's tenacity is the fact that it contains a full set of sorts for mathematical typesetting, which was a key requirement of TAOCP. Even today, the main typeface of many mathematical textbooks, in particular, those published by Springer-Verlag but also others, is instantly recognizable as Computer Modern Roman.

Zapf himself designed another set of mathematical typefaces, AMS Euler, commissioned by the American Mathematical Society, for the volume Concrete Mathematics by Ronald L. Graham, Donald E. Knuth, and Oren Patashnik, which were implemented in METAFONT by a team at Stanford University under Knuth's direction. However, it would seem that Euler has never since been used for any other volume published in book form.

Typically, the revisions to Euler in 2009 were implemented directly in PostScript, bypassing the METAFONT code completely. (This is discussed further below.) Subsequently, the AMS withdrew the original sources, which I feel is not in the spirit of Knuth's work. Since the copyright notices of the sources specifically allow copying, I have made them available here. The TeX Users Group has also made them available here.

Display Fonts

For lettering in my graphics work, e.g., in titles, I use TeX for typesetting and a selection of METAFONT fonts, in particular Computer Modern and Euler. Generally, however, I require them in display sizes. A display size may be anything from a centimeter or two on the page of a book, 5 to 10cm on a poster or several meters on the side of a skyscraper or, in the case of skywriting, written on the sky by an airplane.

The Computer Modern fonts are available in a range of sizes. A major reason why Knuth invented METAFONT in the first place, and the reason for its name, is that it makes it possible to parameterize fonts in order to vary their proportions relative to type size. In the context of METAFONT, Knuth calls this "meta-ness".

There are individual parameter files for Computer Modern Roman in the sizes 5, 6, 7, 8, 9, 10, 12 and 17 points. Larger or smaller versions of these fonts may be generated by magnification (or shrinkage). A simpler, display size font, cminch, is available with a design size of, you guessed it, one inch.

A major problem that must be overcome when using TeX fonts for displays is that, unlike typesetting fonts, display fonts are often not solid. A way must therefore be found to use only the outlines of the characters. In addition, display fonts are often bi- or multi-colored whereas TeX doesn't provide any means for typesetting such characters.

I know of two approaches to solving the problem of using METAFONT fonts in TeX for displays: The simplest is to use MetaPost's glyph command to obtain each character's outline whereas a better one is to modify the METAFONT code directly. Each approach has its own advantages and limitations.

In short, the problem with glyph is that it returns the outlines of the character, but not its original bounding box or the relation to the latter of the strokes that make up the character. The problem with modifying the METAFONT code is that this may require a deeper understanding of it. While this is not a problem with Computer Modern, provided one has done one's homework, in the case of Euler, it may not be possible with a reasonable amount of effort. (See below.)

Computer Modern Bold Extended

METAFONT is documented in the series Computers & Typesetting as Vol. C, The METAFONTbook and the Computer Modern typefaces in Vol. E of the same series. The latter contains all of the METAFONT programs used to create the entire family of Computer Modern typefaces together with detailed explanations. These two volumes together provide all of information anyone could possibly need to understand and modify Computer Modern fonts.

For my purposes, the Bold Extended version of Computer Modern is most suitable for displayed text. The following figure shows the output of METAFONT when run in "proof" mode:

[TODO: Add Figure]

By making the following changes, it's possible to create a modified, outlined character:

[TODO: Add Figure]

The next step is to run METAFONT with mode set to a value for generating a bit-map font in a particular resolution:

[Example]

This generates the "generic font" file [GF FILENAME]. It must be converted to a "packed font" file [PK FILENAME] with gftopk. The packed font file is used by programs that read and/or process the DVI ("device-independent") files produced by TeX, such as xdvi, dvips, dvipdfmx, dvitype, etc.

Now, the font may be used within a TeX file:

%% TeX file
\font\outline=cmroutline10 This is an example of using an outline font: [ADD BOX] {\outline A} \bye

[ADD FIGURE]

Multi-Colored Printing

Euler

Euler Fraktur, Hollow Display Font

MetaPost code:  euler_fraktur.mp
MetaPost macro file:  outline_euler_fraktur.mac
TeX code:  euler_fraktur.txt
PDF file (DIN A4 portrait):  euler_fraktur.pdf

Roman

Linoleum

[ASCF0001.JPG] [ASCF0002.JPG] [ASCF0003.JPG] [ASCF0004.JPG] [ASCF0005.JPG] [ASCF0006.JPG] [ASCF0007.JPG] [ASCF0008.JPG] [ASCF0009.JPG] [ASCF0010.JPG] [BSCF0003.JPG] [BSCF0004.JPG] [BSCF0005.JPG]

Wax

[CSCF0001.JPG] [CSCF0002.JPG] [CSCF0003.JPG] [DSCF0001.JPG] [DSCF0002.JPG] [CSCF0004.JPG] [CSCF0005.JPG] [CSCF0006.JPG] [CSCF0007.JPG] [CSCF0008.JPG] [CSCF0009.JPG] [CSCF0010.JPG] [CSCF0011.JPG]

Fraktur

[DSCF0030.JPG] [DSCF0031.JPG] [FSCF0002.JPG] [FSCF0003.JPG] [GGSCF0001.JPG] [GGSCF0004.JPG] [GGSCF0005.JPG] [GGSCF0006.JPG] [GGSCF0007.JPG] [HSCH0006.JPG] [LSCF0001.JPG] [LSCF0002.JPG] [LSCF0003.JPG] [LSCF0004.JPG] [LSCF0005.JPG] [LSCF0006.JPG] [LSCF0007.JPG] [MSCF0001.JPG] [MSCF0002.JPG] [MSCF0003.JPG] [NSCF0001.JPG] [NSCF0002.JPG] [NSCF0003.JPG] [NSCF0004.JPG] [NSCF0005.JPG] [NSCF0006.JPG] [NSCF0007.JPG]

TeX_Logo

[ASCF0001.JPG] [ASCF0002.JPG] [ASCF0003.JPG] [ASCF0004.JPG] [ASCF0005.JPG] [ASCF0006.JPG] [ASCF0007.JPG] [ASCF0008.JPG] [ASCF0009.JPG] [ASCF0010.JPG] [ASCF0011.JPG] [ASCF0012.JPG] [BSCF0001.JPG] [BSCF0002.JPG] [BSCF0003.JPG] [BSCF0004.JPG] [BSCF0005.JPG] [BSCF0006.JPG] [BSCF0007.JPG] [CSCF0001.JPG] [CSCF0003.JPG] [CSCF0004.JPG] [CSCF0005.JPG] [CSCF0006.JPG] [CSCF0007.JPG] [CSCF0008.JPG] [DSCF0001.JPG] [DSCF0002.JPG] [DSCF0004.JPG] [DSCF0005.JPG] [ESCF0001.JPG] [ESCF0002.JPG] [ESCF0003.JPG] [ESCF0004.JPG] [ESCF0005.JPG] [ESCF0006.JPG] [ESCF0007.JPG] [ESCF0008.JPG] [ESCF0009.JPG] [ESCF0011.JPG] [ESCF0012.JPG] [ESCF0014.JPG] [ESCF0015.JPG] [FSCF0001.JPG] [FSCF0002.JPG] [FSCF0003.JPG] [FSCF0004.JPG] [RSCF0002.JPG] [RSCF0003.JPG] [RSCF0007.JPG] [RSCF0008.JPG] [RSCF0009.JPG] [RSCF0010.JPG] [RSCF0011.JPG] [RSCF0012.JPG] [SSCF0001.JPG] [SSCF0002.JPG] [SSCF0003.JPG] [SSCF0004.JPG] [SSCF0005.JPG] [SSCF0006.JPG] [SSCF0007.JPG] [SSCF0008.JPG] [SSCF0009.JPG] [SSCF0010.JPG] [SSCF0011.JPG] [SSCF0012.JPG] [TSCF0001.JPG] [TSCF0002.JPG] [USCF0001.JPG] [USCF0002.JPG] [USCF0003.JPG] [USCF0004.JPG] [USCF0005.JPG] [USCF0006.JPG] [USCF0007.JPG] [USCF0008.JPG] [WSCF0001.JPG] [WSCF0002.JPG] [WSCF0003.JPG] [WSCF0004.JPG] [YSCF0007.JPG] [YSCF0008.JPG] [JSCF0001.JPG] [JSCF0002.JPG] [JSCF0003.JPG] [KSCF0001.JPG] [KSCF0002.JPG] [KSCF0003.JPG] [KSCF0004.JPG] [KSCF0005.JPG] [KSCF0006.JPG] [KSCF0007.JPG] [KSCF0008.JPG]

Mariu: A Palæographic METAFONT Font

Music Theory Flashcards

flashcards.pdf

Photos

Computer_Modern

Other

[DSCF0008.JPG] [DSCF0009.JPG] [DSCF0010.JPG] [DSCF0011.JPG] [DSCF0012.JPG] [DSCF0013.JPG] [DSCF0014.JPG] [DSCF0015.JPG] [DSCF0016.JPG] [DSCF0017.JPG] [DSCF0018.JPG] [DSCF0019.JPG] [DSCF0020.JPG] [DSCF0021.JPG] [DSCF0022.JPG] [DSCF0023.JPG] [DSCF0024.JPG] [DSCF0025.JPG] [DSCF0026.JPG] [DSCF0027.JPG] [DSCF0028.JPG] [DSCF0029.JPG] [ESCF0001.JPG] [ESCF0002.JPG] [ESCF0003.JPG] [ESCF0004.JPG] [ESCF0005.JPG] [ESCF0006.JPG] [ESCF0007.JPG] [ESCF0008.JPG] [FSCF0001.JPG] [GGSCF0002.JPG] [GGSCF0003.JPG] [GGSCF0008.JPG] [GGSCF0009.JPG] [GSCF0004.JPG] [GSCF0005.JPG] [GSCF0006.JPG] [HHSCF0001.JPG] [HHSCF0002.JPG] [HHSCF0003.JPG] [HHSCF0004.JPG] [HHSCF0005.JPG] [HHSCF0007.JPG] [HHSCF0008.JPG] [HHSCF0009.JPG] [HSCH0004.JPG] [HSCH0005.JPG] [PSCF0001.JPG] [PSCF0002.JPG] [PSCF0003.JPG] [PSCF0004.JPG] [PSCF0005.JPG] [PSCF0006.JPG] [PSCF0008.JPG] [RSCF0005.JPG] [RSCF0006.JPG] [VSCF0001.JPG] [VSCF0002.JPG] [VSCF0003.JPG] [VSCF0004.JPG] [VSCF0005.JPG] [VSCF0006.JPG] [VSCF0007.JPG] [XSCF0001.JPG] [XSCF0002.JPG] [XSCF0003.JPG] [XSCF0004.JPG] [XSCF0005.JPG] [XSCF0006.JPG] [XSCF0007.JPG] [XSCF0008.JPG] [XSCF0009.JPG] [XSCF0010.JPG] [XSCF0011.JPG] [XSCF0012.JPG] [XSCF0013.JPG] [XSCF0014.JPG] [XSCF0015.JPG] [XSCF0016.JPG] [XSCF0017.JPG] [XSCF0018.JPG] [XSCF0019.JPG] [XSCF0020.JPG] [XSCF0021.JPG] [XSCF0022.JPG] [XSCF0023.JPG] [YSCF0002.JPG] [YSCF0003.JPG] [YSCF0004.JPG] [YSCF0005.JPG] [YSCF0006.JPG] [YSCF0007.JPG] [YSCF0008.JPG] [YSCF0009.JPG] [YSCF0010.JPG] [YSCF0011.JPG] [YSCF0012.JPG] [ZSCF0001.JPZ] [ZSCF0002.JPZ] [ZSCF0003.JPZ] [ZSCF0004.JPZ]

Contact

Laurence Finston
Göttingen, Germany
email: Laurence.Finston-*-AT-*-gmx.de
(Replace -*-AT-*- with @ for the email address.)