Convert SUIT to TTF
Convert legacy Macintosh SUIT fonts to installable TTF files with desktop tools and format checks.
Make TTF files online
We can't read SUIT files yet, so this conversion isn't available. If you can export your work to one of these formats, we'll turn it into TTF:
How to convert suit to ttf file
- Fonts
- No ratings yet.
What the SUIT format is
SUIT is the classic Macintosh font suitcase format used mainly by System 6 through Mac OS 9. A suitcase is a resource container that can hold one or more font faces, including NFNT bitmap resources and Macintosh TrueType outline resources. Classic Mac OS font folders and font managers such as Suitcase and Adobe Type Manager commonly used these files.
SUIT files occur in legacy publishing archives, QuarkXPress and PageMaker projects, Macintosh backups, and images of HFS disks. They may have no filename extension or may appear with a .suit extension after transfer. The actual font data may be in a Macintosh resource fork rather than the normal data fork.
What the TTF format is
TTF, or TrueType Font, is a scalable font format supported by current desktop operating systems, publishing applications, font editors, and many embedded systems. TrueType outlines use quadratic Bézier curves, so glyphs can render at different sizes instead of relying on fixed bitmap images.
TTF is suitable when an application rejects a suitcase font, when a legacy font must be installed on a current operating system, or when software accepts TrueType for editing or embedding. Web projects normally use WOFF or WOFF2 after font conversion rather than serving TTF directly.
How to convert a SUIT file
Preserve the original resource fork before opening the file. Copying a suitcase through a file system or archive format that stores only the data fork can make it unreadable. For files from HFS disks, use a MacBinary, BinHex, StuffIt, or HFS-aware extraction tool. On modern macOS, an AppleDouble resource-fork sidecar may be named ._filename; keep it with the matching file and do not open the sidecar by itself.
Using TransType
FontLab TransType is the most suitable commercial desktop option when it recognizes the preserved suitcase. It is designed for converting legacy Macintosh fonts and can export TrueType fonts while allowing font names, encoding, metrics, and styles to be reviewed.
- Make a working copy of the suitcase and confirm that its resource fork is intact.
- Open the copy in TransType and inspect the individual faces or resources in the suitcase.
- Select each required face, choose
TrueTypeas the output format, and set an output folder. - Export the fonts, then install the resulting
.ttffiles temporarily and test them in the target application.
Using FontForge
FontForge is a free desktop alternative that can open many Macintosh suitcase fonts, although support depends on the internal resources and on correct resource-fork preservation.
- Install FontForge from its official distribution and choose File → Open.
- Select the suitcase. If FontForge cannot identify it, verify the resource fork and check whether the file contains only unsupported bitmap resources.
- Inspect glyph outlines, encoding, family and style names, metrics, and duplicate-glyph warnings. Correct problems before exporting.
- Choose File → Generate Fonts, select
TrueType, specify a.ttffilename, and generate the font. - Validate the result with
ots-sanitize output.ttfwhere available, then test accented characters, punctuation, kerning, line spacing, and representative documents.
Online conversion
Generic online converters are a poor fit for SUIT because they may not receive the resource fork, and many do not support Macintosh suitcase input at all. Convertio and Zamzar can be checked for current SUIT input support, but upload only a duplicate after the service explicitly lists .suit or Macintosh suitcase files; a site that accepts only .ttf, .otf, or .dfont cannot perform this conversion. Do not upload fonts whose licensing terms prohibit third-party processing.
Quality and compatibility limits
First determine which resources the suitcase contains. An outline-based Macintosh TrueType font can usually retain its glyph shapes, but its old encoding, naming tables, metrics, hinting, kerning, and copyright metadata may require correction. A converted font may also use different character mappings from the original classic-Mac application.
A bitmap-only NFNT resource has no scalable vector outlines. Software can preserve selected bitmap sizes or trace them into approximate outlines, but it cannot recover the original scalable design. For professional typesetting, obtain a licensed modern TTF or OpenType release from the type foundry instead.
Export regular, bold, italic, and other faces separately when the suitcase contains them. Keep the original suitcase unchanged, compare converted output with the source at several sizes, and remember that conversion does not grant permission to redistribute or embed the font.