OpenType fonts
OpenType on Macs running System 9 and earlier
On the Macintosh running Mac OS 8.6 or later, you need ATM Light or Deluxe 4.6 to be able to handle OpenType fonts. Because of buggy Unicode support, only the standard 228 characters found in PostScript fonts can be accessed.
Apple first implemented support for OpenType themselves in System 9.6.
The filetype for OpenType fonts is identical to TrueType: sfnt.
OpenType on Macs running OS X
Mac OS X has built-in support for OpenType. In the first releases of OS X, the implementation was fairly basic, forcing software vendors who wanted to make use of some of the sophisticated features of OpenType, to write that code themselves. In OS X 10.4 Apple enhanced the support for OpenType significantly.
OpenType on Windows systems
General info
- OpenType fonts are the first fonts that actually use sensible filenames on Windows systems. Instead of cryptic names like Courbd.ttf which are used for TrueType and PostScript fonts, OpenType fonts use names like Palatino-BoldItalic.otf.
- OpenType fonts containing TrueType outlines use the same .TTF filename extension as TrueType fonts. PostScript OpenType file names use .OTF as extension.
- The icon that is used for OpenType fonts has a large “O” in its center. Below is the icon that is used in Windows XP.

Windows 95, 98 & ME
Windows 95, 98 and ME support OpenType fonts that use TrueType outlines. For OpenType fonts that use PostScript outlines, ATM 4.1 or ATM Light 4.1 has to be installed. Windows 95, 98 and ME applications (apart from MS Office and some other programs) do not support the extended character set of OpenType fonts.
Windows NT
Windows NT 4 is similar to its smaller cousings: only for PostScript based OpenType fonts is ATM 4.1 or ATM Light 4.1 required. Windows NT 4 applications support the extended character set of OpenType fonts.
Windows 2000, XP, Vista
Windows 2000 was the first operating system with extensive built-in support for OpenType fonts. It shipped with an excellent OpenType version of Palatino. A screen dump is shown below. As you can see, OpenType fonts can take up quite a lot of room.

For Windows XP, an extension is available which provides a better overview of the properties of both OpenType and TrueType fonts.

Hi Laurens,
How could we embed OT fonts in PDF?… I’m trying to use OT fonts in Indesign CS4 producing PDF 1.6 and 1.7 and the resulting embedded font in the PDF is always Type 1 or TT… I would like to achieve real OT embedding to test if a preflight detects it or not…
Might I use an special kind of OT faces or something similar?
Thanks in advanced!
Best regards,
Alex
As far as I know you cannot embed OpenType fonts as OpenType when exporting directly to PDF from InDesign.
Try this instead:
- Print your document to a PostScript file without embedding any fonts.
- In the Acrobat Distiller settings, make sure the option to embed OpenType is activated and that no subsetting takes place. Set the PDF level to 1.7.
- Distill your PostScript file.
You should now have a PDF with OpenType embedded as OpenType – at least that is what PitStop preflight reports.
Just in time!
All right! Laurens, my problem was solved thanks to you. I didn’t think in Postscript + Distiller to reproduce the OT embedding. Thanks!
I can embed a Type 1 font (Myriad Pro Regular) following your instructions, but I can’t do that with an TrueType OT font like Lucida Console.
((Unfortunately) I’m working on Windows Vista now.)
Thanks a lot!
Alex