TypeTalk: Which Flavor of OpenType Is Best?

There are two kinds of OpenType fonts: CFF and TTF. Learn the difference and which is the better choice for your project.

Q. What’s the difference between the TTF and CFF OpenType formats?

A. OpenType fonts come in two flavors with two different extensions. The first is CFF, which usually has the extension .otf (often referred to as PostScript Type1). The second is TTF with the extension .ttf (usually referred to as TrueType). The format depends on the kind of outline data it contains: PostScript or TrueType.

To the viewer’s eye, these two OpenType fonts are exactly the same in appearance and metrics (spacing, kerning, etc.). But while both OpenType formats are platform-independent and can be used by both Mac and Windows operating systems, there are some differences that might be important to you when selecting which format to use.

TrueType outlines allow for more robust “hinting,” a feature that offers a high degree of control over how a font displays on the screen, especially at small sizes. If your project is bound for the web or mobile devices, the TrueType-flavored (TTF) OpenType fonts are usually the best choice.

The TTF version is also the better choice when you’re using it on Windows because some older versions of the Windows OS (prior to Windows 2000) don’t render Type1 fonts correctly. The newer Windows operating systems have this capability built in. In addition, some Microsoft products (such as Windows PowerPoint 2007) have issues and/or limitations related to CFF OpenType fonts.

If you need to use your fonts primarily in a specific program, check the program’s user guide to confirm that it supports all font formats.

OpenType Flavors: CFF PostScript format (.otf) vs. TTF TrueType format (.ttf)

To sum it up, if you are using the fonts in a Windows environment for either print or web work, TTF is the better choice. But if you are on a Mac and working on print projects, CFF is the way to go.

Bookmark
Please login to bookmark Close

This article was last modified on May 15, 2023

Comments (18)

Leave a Reply

Your email address will not be published. Required fields are marked *

Loading comments...