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

chore(font): remove unnecessary lists and duplication in font generation scripts #3713

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

IvoWingelaar
Copy link

No behavior is changed by this PR, as it is purely a chore to improve maintainability.

The old version was a big list of commands to `mftrace` in a single
target. Now the code uses a pattern to create the different files in a
more idiomatic way.

It is not necessary to explicitly state the encoding for some files.
The `mftrace` script can always find the correct encoding
automatically.
This list isn't necessary because we generate a bunch of fonts in the
docker container, and copy everything over. This list is implicitly
defined by the output of `.ff` scripts.
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

Successfully merging this pull request may close these issues.

None yet

1 participant