Page 1 of 1

How can I batch rename font names?

Posted: 03 Mar 2016 11:10
by drjs5x
hi dears how can batch rename font name .

example arial ,, font name-family : favorite ariel
verdana font name favorite verdana ..

but font name... no file name...

possible?
thanks

Re: how can batch rename font name ??

Posted: 03 Mar 2016 11:15
by highend
Who is dead?

Re: How can I batch rename font names?

Posted: 03 Mar 2016 11:24
by drjs5x
anybody ..
why ask?
:)

Re: How can I batch rename font names?

Posted: 03 Mar 2016 11:35
by highend
You don't want to rename files, you want to edit internal font names, right? So, find a command line tool that is capable to do that and use a simple foreach loop and call that command on every selected font file...

Re: How can I batch rename font names?

Posted: 03 Mar 2016 11:45
by drjs5x
true , but i cant find font editor tool. thanks for answer dear.

Re: How can I batch rename font names?

Posted: 03 Mar 2016 12:21
by highend
Via command line? Have fun with https://github.com/behdad/fonttools
and probably best used together with:
https://github.com/twardoch/fonttools-u ... featfreeze

But beware, they are written in Python...