Digital lettering replaced the ink-on-board process for most commercial comics during the 1990s. The conventions did not change, because they were never really about tools — they were about reading. What changed is where the constraints sit: correction became free, consistency became automatic, and the hard problems moved to file structure, resolution and colour management.
Vector or raster, and why it usually has to be vector
Vector artwork stores shapes as mathematical paths and renders them at whatever resolution the output device requires. Raster artwork stores a fixed grid of pixels. For lettering the distinction is decisive, because lettering is the highest-frequency detail on the page: thin outlines, sharp corners and small counters are exactly the features that degrade first when a raster image is scaled or recompressed.
The practical rule is that anything with a hard edge that may be reproduced at more than one size should be vector. Balloons, tails, dialogue text, caption boxes, panel borders and most sound effects qualify. Raster is appropriate for texture — a spattered edge on an effect, a paper grain, a soft glow — and for effects composited into painted artwork where a hard vector edge would look foreign.
Where raster is used, the working resolution is decided by the final printed size, not by the screen. Line and text detail intended for print is commonly prepared at 600 pixels per inch or higher at final size, well above the 300 used for continuous-tone images, precisely because the eye detects stepping on a hard edge far more readily than in a photograph. Preparing at final trim size plus bleed avoids the single most damaging error available: scaling raster lettering up after the fact.
Layer structure
A lettering file is a stack whose order encodes the reading order of the page, and keeping that stack disciplined is most of the job. A conventional arrangement, from bottom to top:
- Artwork — placed, locked and never edited from the lettering file.
- Balloon fills — the opaque interiors, kept separate from their outlines so both can be adjusted independently.
- Balloon outlines and tails.
- Dialogue text — live, editable text, never outlined until export.
- Caption boxes and their text.
- Sound effects — usually the topmost layer, since effects overlap everything.
- Guides and non-printing marks — the direct descendant of the blue-line guides described under hand lettering, now simply a layer switched off at output.
The single most important rule is that text stays live for as long as possible. Editorial changes, translation and typographic corrections all require editable text, and a file whose text was converted to outlines early is effectively read-only. Outlining happens once, at export, on a copy.
Balloon generation and the fitting loop
The digital equivalent of lettering first and drawing the balloon second is generating the balloon from the finished text block. Text is set and broken for shape, the resulting block is measured, and a balloon path is constructed at a fixed offset around it. Because the offset is a parameter rather than a hand judgement, margins stay identical across an entire issue — a consistency hand work could only approximate.
This introduces a specific failure mode. An automatically generated balloon fits the text block's bounding box, which for a block of uneven line lengths is a poor description of its actual shape. The correction is to break lines so the block itself approximates the target balloon shape, then generate. Line-breaking for shape remains a manual judgement and is where most of the craft in digital dialogue lettering now lives; the underlying principles are described under word balloons.
Tails are normally drawn as a separate path unioned into the balloon shape, so that the join is a single continuous outline with no seam. A tail drawn as a discrete object sitting behind the balloon will show a hairline at the junction whenever the outline weight or the output resolution changes.
Colour, transparency and the things that break at press
Four technical issues account for most lettering problems that survive to print.
- Registration. Black text built from a mixture of process inks shifts colour and blurs if the plates are slightly misaligned. Dialogue lettering is therefore set in a single ink — 100 per cent black, zero of everything else — so that no registration error can affect it. Rich-black builds belong to large solid areas, never to text.
- Overprint and knockout. Black text normally overprints the artwork beneath it rather than knocking a hole in it, which hides small registration shifts. Reversed-out white lettering has no such protection and is the most registration-sensitive element on any page.
- Transparency flattening. Drop shadows and blend modes have to be resolved into a printable form at export, and flattening can rasterise live text as a side effect. Checking that text survived as vector in the exported file is a routine that pays for itself.
- Trim and safety. Anything within a few millimetres of the trim edge is at the mercy of cutting tolerance. Text is kept inside a safety margin; only bleeds cross it.
Screen delivery
Digital reading changes the calculation. A page rendered on a small screen is being read at perhaps a third of its printed dimensions, so lettering that is comfortable in print can fall below the identification threshold on a phone. Some workflows produce a distinct screen version with slightly larger lettering; others accept panel-by-panel guided reading, which reframes each panel and effectively restores the size. Either way the decision belongs at lettering stage, because it changes how much text a balloon can hold.
Screen also brings accessibility obligations that print never had. Where lettering is delivered as web content, contrast ratios and text-resizing behaviour fall under the Web Content Accessibility Guidelines; the applicable thresholds are discussed under legibility. On the font side, the format specifications governing variable fonts, hinting and rendering are published by the standards bodies and documented by foundry publishers such as Monotype, while general applied typesetting guidance is collected in Practical Typography. Character coverage for translated editions is governed by the encoding rules described under lettering fonts.