Font management
Font Sources
- System: all macOS installed fonts
- Editors: live fonts from open Glyphs, RoboFont, and FontLab documents (see below)
- Test Install: fonts exported from Glyphs via “Install for Testing”
- Imported: compiled fonts (.otf, .ttf, .ttc, .dfont), Glyphs sources (.glyphs, .glyphspackage), UFO and designspace sources, and FontLab .vfb files. Everything can be added via the file picker or drag and drop.
The Font Manager's three tabs: the proof's fonts, the system library, and live fonts open in your editor
Source Compilation
Font sources don’t need to be compiled first; Hellbox compiles them for you with the bundled fontc compiler:
- .ufo: a single UFO compiles to a static font
- .designspace: compiles to a variable font, complete with axis sliders
- .vfb: FontLab files are converted through UFO, then compiled the same way
Watched Folders
Point Hellbox at a folder and every font inside it is live: when a file changes, the proof reloads automatically. This includes recompiling .ufo and .designspace sources on save, so you can work in any editor and watch the proof update.
The Editors Tab
The Editors tab lists fonts from your open font editors, no export step required.
Glyphs (3 or 4)
Open documents are grouped by file, with a row per instance and a Select All / Select None control per file. Fonts reload live when you save in Glyphs.
RoboFont
Hellbox polls RoboFont via AppleScript every couple of seconds; macOS asks once for Automation permission the first time. When an open .ufo belongs to a .designspace, Hellbox resolves it to the designspace so the whole family is proofed as an interpolated variable font.
FontLab 8
A one-tap “Enable live sync” banner installs a small, clearly labelled, removable helper into FontLab’s startup script. After one FontLab relaunch, its open fonts are listed live.
Variable Fonts
- Axis detection and display (e.g., wght=500, wdth=75)
- Axis sliders with per-axis reset (plus Reset All)
- WWS name table integration (Name ID 21/22)
- Per-instance axis presets from Glyphs
- Named-instance selection: add a
.designspace(or a variable font) with multiple named instances and Hellbox asks which ones to proof. All instances start selected, with Select All / Select None to narrow down, and each chosen instance becomes its own proof row.
Axis sliders on a proof font: two locations of the same variable font, duplicated to compare, with per-axis reset and Reset All
Font Sorting
- Document order, manual, weight, alphabetical, date added
- Per-section override with independent sort order
- Ascending or descending direction
Per-Section Font Control
- Disable specific fonts per section
- Section-specific font override
- Per-section font ordering
- Solo mode: focus on a single font across all sections
Inline Styling & Font Mixing
When a section has more than one font, a Page break / Line break / Mix control decides how they lay out.
Page break (default)
Each font gets its own page or pages. No tag processing.
Line break
Each font’s content is stacked one after another in a single continuous flow, rather than a page per font. On Simple and Waterfall sections, the page header lists only the fonts that actually appear on each page.
Mix: Auto
Auto-distributes multiple fonts across text by weighted probability. Configurable per-font mix weights (e.g., 50% base font, 30% second, 20% third). Seeded random distribution gives reproducible output. Useful for simulating real-world text with multiple weights.
Mix mode blending VC Henrietta Regular, Italic, and SemiBold through one paragraph, with per-font mix weights in the Fonts panel
Mix: Manual
Type <b>, <i>, <u> tags directly in content, or use Cmd+B / Cmd+I on a selection. The parser converts tags to font substitution (the bold tag maps to bold weight, the italic tag maps to italic style). For any font beyond bold and italic, the [Family-Style:text] token sets an exact font on a run of text, e.g. [MyFont-Black:Hamburgefonts]. A strip-tags button cleans everything out.
For mixing several separate font files into one multi-color specimen (chromatic fonts), see Layered fonts.