How can I change font name? Not ttf file name, but font name.

For exmple I want to rename Tahoma to the Tahoma7.

My goal is to rename Tahoma from the Windows 7 and install it for the WindowsXP under different name. So I will have both Tahomas under the single operating system. They are slightly different and need me both.

link|improve this question
feedback

3 Answers

up vote 2 down vote accepted

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.

link|improve this answer
Thanks. It helps. I have used other free font editor Type 2.2, but it doesn't matter. – RubyWedge Mar 16 '10 at 16:02
feedback

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.

link|improve this answer
works nicely - and quick install – Simon Apr 6 '11 at 6:44
feedback

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.

link|improve this answer
Difference is in the Unicode part (national fonts) – RubyWedge Mar 16 '10 at 15:10
It's not encryption but signing: a digital signature. – grawity Mar 16 '10 at 19:59
It is not encypted. I have successfully edited the font. – RubyWedge Mar 17 '10 at 7:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.