Side ATrack no. 18
TrueType and the Font Wars
TrueType was born as an act of rebellion. Apple built it to break Adobe's grip on outline type, shipped it inside System 7 in 1991, and licensed it to Microsoft so it would spread across the whole industry rather than stay a niche curiosity. That confrontation between camps is remembered now as the Font Wars, and it reshaped the market permanently. Under pressure, Adobe blinked: in 1990 it published the once-secret Type 1 specification and released Adobe Type Manager, opening what it had guarded.
Where Type 1 drew its letters with cubic curves, TrueType drew with quadratic ones, using a single control point per segment. The mathematics were simpler, but the format hid something remarkable inside each file. Every .ttf contains actual programs. Its hinting instructions, the tiny nudges that push an outline onto the pixel grid so text stays legible at small sizes, are not passive data. They run as code in a stack-based virtual machine tucked inside the rasterizer, executing every time a glyph is drawn.
That is the quiet revelation of TrueType, and the reason typographers still find it uncanny. A font is not a picture of letters. It is a small piece of software, carrying its own logic for how to render itself cleanly under difficult conditions. When you read this sentence on screen, a program shipped by a type designer decided exactly which pixels to light. TrueType made that idea ordinary, and in doing so it turned the humble font file into one of the most widely executed programs on earth.