About the Fonts folder in Windows, Part 2 (aka Adding Fonts)

by Michael S. Kaplan, published on 2006/07/02 04:01 +00:00, original URI: http://blogs.msdn.com/michkap/archive/2006/07/02/654110.aspx


You may have read the first post I wrote about this, titled About the Fonts folder in Windows, Part 1 (aka What are we talking about?). I won't say that it is all downhill from there, but this post is definitely going to see us spending a little time in the valley....

You see, there is one thing about the Fonts folder that just about everyone can agree about -- the lovers of Microsoft, the haters of it, and everyone in between.

And that is that they can't stand the UI for adding fonts.

There are even instructions for it, though those instructions do not include pictures (probably put together by someone who was embarrassed about the whole thing).

Luckily the folks on the Typography team include a little art here. It is true that they haven't updated the instructions for the last few versions. But that is okay -- because the UI has not been updated either. :-)

And if you want art, the folks at Adobe give instructions with art here and here, the first link having the extra info on using the Adobe Type Manager for all of those Type 1 fonts (ATM is not needed for the later versions).

Most people I talk to never even knew this ridiculous dialog that looks like a reject they forgot to update from Windows 3.1 even existed; they simply open the Fonts folder and drag the font files to it. Most people don't even realize there is a right-click menu option for fonts to install them, either.

And lots of other people put up sites explaining how much cooler all of this is on a Mac (like this X vs. VP one). I won't comment except to say that there are some times that Microsoft appears to be clueless about UI. And this is one of them.

But the reason for the dialog existing was explained by the owner of it not too long ago:

The current install font dialog presents a list of fonts that are present in a directory to install and it lists them by font name.  These come in roughly 3 categories:

  1. individual fonts - truetype, opentype, raster - eg foo.ttf.  There is a 1-1 mapping of fonts to fonts that get displayed in the install font dialog.  The only way to get the name of the font is by opening the font file and reading the font name from it - the file names almost never contain a good enough name, and the file names aren't localized.
  2. .inf installs - you can specify a catalog of fonts that span media in a .inf file.  There is a 1-many mapping of .inf files to available fonts to install, the only way to generate the list of fonts is to parse the .inf file.
  3. Type 1 fonts, eg foo.pf* - There is a 2-1 mapping of font files to fonts, each type 1 font has 2 files (sometimes 3) associated with it, at a minimum a .pfb and .pfm file.

There isn't another dialog in the system that can take such a set of input and produce the proper list of items.  Many people say this should just use the common file open dialog, however unfortunately the requirements imposed by 1-3 above aren't supported in any way by the common dialogs, its a very unusual case.

Now I am going to say that (speaking just for me and not at all for Microsoft or anyone who owns the dialog or the folder or even the functionality) that this explanation does not really ring true for me.

I mean, a common file open dialog can handle both multiple file types (.INF, .TTF, .PFB, .PFM, etc.) and multiple files at the same time. If they don't select all the files that are needed for a Type 1 font then an error can be put up just like they selected a corrupted file or one that is already installed.

Sure it's a complicated little bit of code, I won't argue about that. And a tester would probably find it to be a target rich environment when looking for bugs. But it isn't impossible; it's just intricate.

So it seems like an update here ought to be possible. If that were the only reason, I mean.

But in the end, I think the real story is a bit more involved -- one of those weird situations where the people who own the functionality (the font folks, the rendering folks, the other font folks) are not the owners of the UI. And they don't have the resources to take the ownership. And the folks who own it don't really have a ton of resources either, so this turns into one of those sacrificial features that can get cut each version (on one version because there is no time left and on the next because we already shipped it before, right?).

When everything is said and done, the story here is not nearly as impressive as it probably ought to be. Or even as impressive as it could be. It really does scream for someone to take all that info I put in the first post about what is involved with the install and just putting something together, doesn't it? :-)

The story continues, in both more impressive and less impressive ways. Stay tuned....

 

This post brought to you by (U+ff21, a.k.a. FULLWIDTH LATIN CAPITAL LETTER F)


comments not archived

Please consider a donation to keep this archive running, maintained and free of advertising.
Donate €20 or more to receive an offline copy of the whole archive including all images.

referenced by

2008/10/09 About the Fonts folder in Windows, Part 5 (Nothing personal!)

2008/03/21 Did UnC "My name is URL" on TV the other day? Fontastic!

2007/11/06 Like a mattress tag, the rule is DO NOT REMOVE

2007/09/25 *Not* new in Vista SP1 -- the Add font dialog....

2007/05/26 On installing fonts

2006/08/27 About the Fonts folder in Windows, Part 3 (aka What changes in Vista?)

go to newer or older post, or back to index or month or day