Glam Prestige Journal

Bright entertainment trends with youth appeal.

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:

FontForge -- 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.

4

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

3

You can use Typograf for that.

Navigate to the folder where font is located, select .ttf file, click Properties. Properties window will appear:

enter image description here

Change font names (font family, full name, Postscript name etc) as required and click "Save as..." button.

5

It 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.

3

Microsoft Windows's Font properties editor is free and available at (no DKIM).

It will do the job.

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy