From a2e77efa76d3c9469c60f4a8bfeaabc0f52106ed Mon Sep 17 00:00:00 2001 From: be5invis Date: Mon, 23 Oct 2023 17:05:42 -0700 Subject: [PATCH] Add doc about baking other features (#2025). --- doc/custom-build.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/custom-build.md b/doc/custom-build.md index d32c71099..28b1b9e97 100644 --- a/doc/custom-build.md +++ b/doc/custom-build.md @@ -619,3 +619,12 @@ It is possible to create a customized TTC build by using the following method: 2. Run build with the following command: - `npm run build -- ttc::iosevka-custom`: Create TTCs from collection `iosevka-custom`; The file will be saved into `dist/.ttc`. - `npm run build -- super-ttc::iosevka-custom`: Create a single-file TTC from collection `iosevka-custom`; The file will be saved into `dist/.super-ttc`. + +### Baking other OpenType features + +There are tools tha could be used to bake other OpenType that are not configurable with TOML files (like baking localized forms). The tools include: + + * https://mutsuntsai.github.io/fontfreeze/ + * https://github.com/twardoch/fonttools-opentype-feature-freezer + +These tools could be used in post-processing fonts. Please refer their documents for instructions.