Author: Thomas Phinney

  • Welcome: Not ready for prime time (OK, it is now)

    Wanna read about fonts, typography and text? A mix of geeky troubleshooting, info for font developers and thoughts for regular end users who happen to be curious about typography… this is your place.

    * * * * *

    Or will be as soon as it’s ready. As of today, January 20th, 2008 (Obama’s inauguration day for Americans), I haven’t much publicized this blog because I’m still getting it into shape. Current ETA is uncertain, but probably just a couple of days before it’s in decent shape, maybe a week before I have a second “real” blog post up. [Update: I launched the blog officially on January 26th – T]

    I was experimenting with having a blog hosted by wordpress.com, but I didn’t like a couple of things:

    1. I could make thomasphinney.com redirect to that site, but I couldn’t have it just show up as if it were at thomasphinney.com.
    2. They would only let me upload files of certain formats, which did not include some things I wanted to post. I could use a file-​sharing service, but that seemed pretty lame.

    So, I was thankful I never publicized that location much, and today I started setting up a WordPress blog on my own domain and my own hosted server. My hosting service has already turned off the redirect, though, so I realized I needed to put some sort of explanation up.

    You can still read the little bit of content that I have up here, but expect some structural elements of the site to be not correctly linked or organized. Or you can read the interim blog on WordPress.com (not to mention the blog I used to write on Adobe.com). Once this blog is properly running, I’ll shut down most of tphinney.wordpress.com and leave in a few redirects to this blog, just in case.

    Yes, I weirdly have an older post than this one: I wanted to have a couple of posts up before letting people know about the blog, and my first post from the other blog I migrated here, and kept the original date.

    I am experimenting with accepting ads from Google. So far I am not impressed by their choices made from analyzing my site. But I’ll give it a good chance before I get rid of it.

    See you back again soon!

  • Unable to install OpenType .otf & PostScript Type 1 fonts?

    Sometimes folks can’t install any OpenType CFF (“.otf”) or Type 1 (a.k.a. “PostScript”) fonts on a Windows computer. There are (at least) four known causes for this. (The new outbreak of problem #4 below spurred me to write them all up.)

    1. What version of Windows is the user running? If a really ancient version (Windows ME, Windows 98, Windows 95, or Windows NT 4), then they need to install ATM (Light) on their computer. Note that Windows NT 4 uses a different version than Windows 98/​ME. Type 1 and OpenType CFF fonts simply will not work on these operating systems without ATM.
    2. One common source of this problem in the past was if the user uninstalled ATM (Light or Deluxe) without first updating/​patching things properly. This problem can occur on Windows 2000, XP and Vista. Adobe has had a simple fix for this since 2002. (Similar problems could occur if one somehow ended up with the Windows 9x/​ME ATM installed on a 2000/​XP/​Vista machine.) This problem is uncommon now, as few people on these operating systems have had ATM installed in the first place.
    3. If somebody has turned on the “/​3GB switch” on the computer, that can cause this problem, but the use of the /​3GB switch does not cause this problem for all users. You may want to better understand what the /​3GB switch does, the consequences thereof, and then look at how to toggle it (how to turn it on is also how to check it or turn it off). Basically it’s a matter of removing the phrase “/​3GB” from the boot.ini file. On Windows XP, one can go into the control panels and select the “System” (System Properties) one. Go to the Advanced tab. In the “Startup and Recovery” section, select “Settings.” Then click on the “Edit” button to edit the startup settings manually. This will open the boot.ini file in Notepad. Typically the /​3GB switch if present will be the last entry, right after “/​fastdetect”.
    4. The latest and currently most common problem occurs even with brand new and unmodified machines running Windows XP or possibly Vista, being unable to use Type 1 or OpenType CFF fonts, with an error message that the fonts are “invalid.” It is a video driver configuration issue, and reverting to an older (!) video driver generally solves the problem, but that’s not ideal. A few weeks ago, this problem was solved: it can be fixed with a simply registry edit. NVidia says the problem occurs on Windows XP only, and Vista users are unaffected, but at least one Vista user has reported they had this problem and the fix resolved it. It affects multiple cards from both NVidia and ATI. The fix, posted by David Ingraham in a horribly lengthy thread on the Adobe User Forums, and in a post by “PixelNinja” on the NVidia forums is this:— start of email from HP —Good news. Nvidia has identified the problem and provided a fix. The way it was explained to me, Windows expects the device driver to be a certain size (maximum). In this case, the nvidia driver is slightly larger than expected. A simply registry entry will resolve the issue in WinXP (the issue doesn’t occur in Vista).To resolve the problem, do the following:Open the registry editor (regedit)Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management

      Add a new REG_​DWORD entry called SessionImageSize with a value (decimal) of 20

      Reboot

      The Type 1 fonts should now open/​install without any problems.

      — End of HP email —

      Tech support is a painful and mostly unsung profession. We should all give a special thanks to HP tech support guy John Camparone, who apparently went to truly great lengths to diagnose and debug this last problem with NVidia. Thanks, man.