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

Commits on Sep 17, 2022

  1. refactor: better .pfa/.pfb generation code

    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.
    IvoWingelaar committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    84f6ec3 View commit details
    Browse the repository at this point in the history
  2. chore(font): remove redundant list in build script

    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.
    IvoWingelaar committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    aa34014 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    817ff86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c9c903 View commit details
    Browse the repository at this point in the history