Up to this point, I have not technically been making a
font, rather sketching a
typeface design. Everyone has slightly different interpretations on what the two words mean, but generally, a
typeface is taken to mean a
design that may include multiple styles (regular, italic, bold, etc), and a
font is a piece of software (or in the old days, a boxed set of metal type) that prints the letters in the shape of the typeface.
A font is a technical implementation of a typeface. The typeface is what we’ve been making so far. I used a simple vector drawing program (
Inkscape), but you could use a pen and paper to sketch the glyphs too. But for an app like a word processor or web browser to use the letters we’ve drawn, the glyphs need to be digitized and packaged in a font file. Font files store the letters of the typeface in specific spots that apps know to look in to find that particular glyph. All modern font formats also include information on letter width and kerning (custom letter spacing), and some can do stuff like substitute ligatures and toggle on and off old style figures (we’ll get to those).
Before you can start putting a font together, though, you have to work out the
em size. The em is the height of an imaginary rectangle than the letters of your font are mounted on. In the days of metal type, the em was an actual block of metal that had the letter on it (each metal block with its letter was called a
sort). The em could be different sizes—an 8 point em would be half the size of a 16 point em, and the letter on the sort would scale with the em.
 |
An actual piece of metal type (the fi glyph) from Garamond.
Credit Daniel Ullrich, on Wikimedia Commons |
When you typeset text, you line up a bunch of these rectangles with the letters you want—digital or back then, metal—and arrange them in rows to form a paragraph. In metal typesetting you would put strips of lead in between the lines to space them out. Double spaced type would have strips that were one em high—the same as the height of the sorts. These strips were called the
leading, pronounced “ledding”. It’s still called that today, except now computers insert virtual leading instead of actual metal strips to set the line spacing.
However, sometimes you might want to know how big the pieces of type used were—i.e. the English teacher who wants to know if a paper was set in twelve point type. If you know the leading, you can figure out the type size (the reason they ask for it double spaced), but otherwise,
it is impossible to tell how big the original sorts were.