How do I transfer these fonts?
August 18, 2009 2:45 PM Subscribe
Fonts, fonts, fonts. I'm trying to move some fonts between platforms for a client and it is an absolute nightmare. I need some help understanding OS X font "suitcases" and what do with them!
So, where I work, I've got two people collaborating on an InDesign project. One person is on a Mac. The other is on a PC.
Mac person is trying to send her work to PC person. She uses the "Package" function of InDesign to create a nice little bundle of work and all the necessary fonts and whiz-bang. I don't use InDesign, or have access to it, but I'm familiar in principle with what's happening at this stage.
I've got a copy of the fonts right here in front of me that she's trying to package up.
Several of them are "Postscript Type 1" fonts, and while I had some issues with resource forks and such, I managed to get these copied over onto a test Windows XP box without much trouble. I found a program called "MacDisk" that dispatched all the forking issues and gave me nice usable fonts I could directly import into Windows.
The trouble comes with the rest of the fonts, which are "Font Suitcase" bundles. Windows obviously has no idea what to do with these things. A lot of Googling introduced me to an app called fondu, which I ran on these suitcases and which promised to extract the font files.
On a couple of the suitcase packages, I got lovely True Type font files on the other side, and that's great and I am happy. However, for many of the suitcase files fondu simply produced dozens of BDF files.
I understand BDF files are "Glyph Bitmap Distribution Format", and Windows should be able to install them (according to the internets). However, when I attempt to drag these BDF files into the WINDOWS\FONTS directory, I get the message that Windows is "unable to install the font. The file is either invalid or damaged!"
Well, shit.
So, I guess what I'm asking, knowing relatively little about fonts, is how would one go about getting a "Font Suitcase" package from an OS X environment onto a Windows environment?
Phew.
posted by kbanas to technology (9 answers total) 4 users marked this as a favorite
The following is my very rusty and faded remembrance of how Postscript fonts work. Others with better memory, please feel free to correct me.
The suitcases are part of the Postscript font family. The "suitcases" are, basically, the bitmap representations of the font family. These are used primarily for screen viewing. The other files in the family are the actual Postscript outline description files.
Helvetica - The overall "font suitcase" family file.
Helve - Individual postscript description and hints for Helvetica Medium
HelveBol - Individual postscript description and hints for Helvetica Bold
HelveObl - Individual postscript description and hints for Helvetica Oblique
HelveBolObl - Individual postscript description and hints for Helvetica Bold Oblique
You need all of these for proper Postscript output. If you send a print job to a professional print shop with just the suitcase file, you will get an angry phone call from the printer.
posted by Thorzdad at 3:18 PM on August 18, 2009