Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gftools-rename-font does not rename instance PS names #1060

Open
simoncozens opened this issue Nov 7, 2024 · 0 comments
Open

gftools-rename-font does not rename instance PS names #1060

simoncozens opened this issue Nov 7, 2024 · 0 comments

Comments

@simoncozens
Copy link
Contributor

gftools-rename-font (which uses the axisregistry build_name_table function to do its work) claims to change "the PostScript name" - which it does, partially. However, any fvar table instance PS names are not renamed:

$ gftools-rename-font --just-family -o PPS-Deva.ttf fonts-builder/variable/PlaypenSans\[wght\].ttf "Playpen Sans Deva" --just-family
Saving font: PPS-Deva.ttf
$ ttx -o - -t name PPS-Deva.ttf | grep 'PlaypenSans-'
Dumping "PPS-Deva.ttf" to "<stdout>"...
Dumping 'name' table...
      PlaypenSans-Thin
      PlaypenSans-ExtraLight
      PlaypenSans-Light
      PlaypenSans-Regular
      PlaypenSans-Medium
      PlaypenSans-SemiBold
      PlaypenSans-Bold
      PlaypenSans-ExtraBold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant