Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0026-Removed-accidental-backgroundImage.patch | [PATCH 26/40] Removed accidental backgroundImage | Nikita Prokopov <niki@tonsky.me> | no | 2022-03-15 | ||
0027-feat-allow-hardcoding-of-features-via-arguments-to-b.patch | [PATCH 27/40] feat: allow hardcoding of features via arguments to build script All features that were not already in their own files were pulled out of FiraCode.glyphs into individual files. There is no way I will write a parser for the glyphs file to do that at runtime. The build script will then read the code in these feature files and appends it to the `calt` property inside the glyphs file. Features to be baked in can be given to build.sh as a comma separated list with the `-f / --features` flag. To more easily generate multiple font versions with different features baked in, there are flags `-n / --family-name` for build.sh that will allow users to set a custom family name for the font. The special value "features" will append the feature list to the font name. The family name is exported and used by the other build scripts as a directory to separate different font versions. The filenames were not changed, the directory name is enough separation. The flag `-g / --generate-glyphs-only` will cause the script to exit after the custom glyphs file has been created without actually building the font. The custom .glyphs file will be saved as `${family_name}.glyphs`. Via another flag, `-w / --weights`, a comma separated list of font weights to be generated can be given to build.sh. The README received a hint to the new capabilities. Fixed a mixup of cv25 and cv32. The .gitignore was adjusted to better deal with the new directories and files. |
=?UTF-8?q?Fabian=20Preu=C3=9F?= <preuss_fabian@gmx.de> | no | 2022-03-08 | ||
0028-Fixed-build.sh-to-work-on-macOS-regen-glyphs-from-.f.patch | [PATCH 28/40] Fixed build.sh to work on macOS, regen glyphs from *.fea | Nikita Prokopov <niki@tonsky.me> | no | 2022-03-15 | ||
0029-Fixed-building-on-the-latest-fontmake.patch | [PATCH 29/40] Fixed building on the latest fontmake | Nikita Prokopov <niki@tonsky.me> | no | 2022-03-15 |