How can I change a font name (not the ttf filename, but the actual font name)?
For example, I want to rename "Tahoma" to "Tahoma7".
My goal is to rename the Tahoma font installed on Windows 7 and install it on Windows XP under different name, so I will have both Tahoma fonts installed on a single operating system. The two fonts are slightly different, and I'd like to have them both.
5 Answers
FontForge may be of use:
4FontForge -- An outline font editor that lets you create your own postscript, truetype, opentype, cid-keyed, multi-master, cff, svg and bitmap (bdf, FON, NFNT) fonts, or edit existing ones. Also lets you convert one format to another. FontForge has support for many macintosh font formats.
TTX is a command line tool and can be make it pretty simple to change a font's name. There's a tutorial on how to do exactly that here:
Download TTX as part of fonttools
3You can use Typograf for that.
Navigate to the folder where font is located, select .ttf file, click Properties. Properties window will appear:
Change font names (font family, full name, Postscript name etc) as required and click "Save as..." button.
5It does not appear you can do this. I opened the tahoma.ttf file in a hex editor and the version information (including the font family name) is encrypted with something from VeriSign, Inc., specifically VeriSign Time Stamping Services CA. I see the files are different versions, but I can't visually see any difference.
3Microsoft Windows's Font properties editor is free and available at (no DKIM).
It will do the job.
3