PFA to UFO Converter

Convert PostScript Type 1 ASCII to UFO source format online

Drop files here. 1 GB maximum file size or Sign Up
to
Facebook Amazon Microsoft Tesla Nestle Walmart L'Oreal

Modern Source Format

Move PFA fonts into UFO — the open, editor-agnostic source format embraced by professional type designers worldwide.

Collaboration Ready

UFO stores each glyph as a separate XML file, making it natural to use with Git and collaborative font development workflows.

Editor Flexibility

UFO files open in RoboFont, Glyphs, FontForge, and more — you are never locked into a single font editor.

How to convert PFA to UFO

1

Select files from Computer, Google Drive, Dropbox, URL or by dragging it on the page.

2

Choose ufo or any other format you need as a result (more than 200 formats supported)

3

Let the file convert and you can download your ufo file right afterwards

About formats

PFA (Printer Font ASCII) is one of two file representations of Adobe's PostScript Type 1 font format, introduced in 1984 as part of the PostScript page description language. A PFA file contains the complete font program as plain ASCII text — the clear-text header with font name, encoding array, and metrics, followed by a hex-encoded encrypted section (eexec) holding the actual glyph outlines described as cubic Bezier curves with stem hints. Because every byte is represented in printable ASCII characters, PFA files are roughly twice the size of their PFB binary counterparts, but they can be transmitted through any text-safe channel and edited in a standard text editor. PFA became the standard Type 1 distribution format on Unix and Linux systems, where binary font formats were less convenient for PostScript printer pipelines. A key advantage is universal text compatibility — PFA files pass cleanly through email systems, FTP text-mode transfers, and version control without corruption from character encoding transformations. The readable structure also benefits font developers, who can inspect header values and encoding declarations directly. Type 1 fonts in PFA form powered the desktop publishing revolution of the late 1980s and 1990s, with Adobe's font library and the Apple LaserWriter printer establishing PostScript typography as the professional standard. Although OpenType has superseded Type 1 for new font development, PFA files remain in active use within legacy publishing workflows and PostScript/PDF production systems.
Developer: Adobe Systems
Initial release: 1984
UFO (Unified Font Object) is an open, XML-based font source format designed by Tal Leming, Just van Rossum, and Erik van Blokland, with the first version published in 2004. Unlike compiled binary fonts, a UFO is a directory structure containing separate XML files for each glyph (in GLIF format), font metadata (fontinfo.plist), kerning data, groups, and feature definitions. This decomposed architecture was purpose-built for collaborative font development — each glyph exists as its own file, making granular version control with Git or similar systems practical and clean. The format is explicitly application-independent, serving as an interchange layer between different font editors (RoboFont, Glyphs, FontForge, FontLab) rather than locking designers into a single tool. UFO 3, the current major version released in 2012, supports cubic and quadratic outlines, guidelines, anchors, image references, custom data storage, and layered design sources for interpolation. A defining advantage is collaboration-friendliness: teams of designers can work on different glyphs simultaneously and merge changes through standard VCS workflows without conflict. The human-readable XML format provides another benefit — every aspect of the font design can be inspected, diffed, and scripted using standard programming tools. The UFO specification is hosted as an open standard, and an active ecosystem of Python libraries (fontTools, ufoLib2, defcon) provides programmatic access for automated font production pipelines. Major type foundries and open-source font projects increasingly adopt UFO as their canonical source format.
Initial release: 2004

Frequently Asked Questions

Why convert PFA to UFO?

UFO is an open, XML-based font source format supported by RoboFont, Glyphs, and FontForge — ideal for collaborative font development and version control.

How to open UFO?

UFO packages open in font editors like RoboFont, Glyphs, FontForge, and TruFont. Each glyph is stored as a separate XML file inside the UFO directory.

Is UFO better than SFD for development?

UFO is editor-agnostic and widely adopted across commercial and open-source tools, while SFD is specific to FontForge. UFO offers broader compatibility.

Can I export from UFO to final formats?

Yes — any UFO-compatible editor can compile the source into OTF, TTF, WOFF, or other production formats for distribution.

Does the conversion preserve metrics?

Yes. Glyph outlines, sidebearings, kerning data, and font metadata from the PFA are carried into the UFO structure.