How can I batch rename font names?

Discuss and share scripts and script files...
Post Reply
drjs5x
Posts: 153
Joined: 18 Nov 2015 18:12
Location: Turkey

How can I batch rename font names?

Post 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
newbie or not...........

highend
Posts: 14940
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: how can batch rename font name ??

Post by highend »

Who is dead?
One of my scripts helped you out? Please donate via Paypal

drjs5x
Posts: 153
Joined: 18 Nov 2015 18:12
Location: Turkey

Re: How can I batch rename font names?

Post by drjs5x »

anybody ..
why ask?
:)
newbie or not...........

highend
Posts: 14940
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: How can I batch rename font names?

Post 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...
One of my scripts helped you out? Please donate via Paypal

drjs5x
Posts: 153
Joined: 18 Nov 2015 18:12
Location: Turkey

Re: How can I batch rename font names?

Post by drjs5x »

true , but i cant find font editor tool. thanks for answer dear.
newbie or not...........

highend
Posts: 14940
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: How can I batch rename font names?

Post 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...
One of my scripts helped you out? Please donate via Paypal

Post Reply