summaryrefslogtreecommitdiff
path: root/res/about/help.gmi
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-11-21 15:24:36 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-11-21 15:24:36 +0200
commitd55d3ce2089193aae1a33ea59626202ecfada56f (patch)
tree172d4b769898ac2beaae54a3bd020175aca18459 /res/about/help.gmi
parente38df6392244d2b4b465222f0f8a0f58893a3e41 (diff)
Help: `zip` options for creating fontpacks
IssueID #387
Diffstat (limited to 'res/about/help.gmi')
-rw-r--r--res/about/help.gmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/about/help.gmi b/res/about/help.gmi
index 4af1581e..3c332f81 100644
--- a/res/about/help.gmi
+++ b/res/about/help.gmi
@@ -825,7 +825,7 @@ semibold = "FiraSans-SemiBold.ttf"
825bold = "FiraSans-Bold.ttf" 825bold = "FiraSans-Bold.ttf"
826``` 826```
827 827
828Fontpacks may use the Deflate compression method, but that can slow down launching the app because each font must then be decompressed before loading. 828Fontpacks may use the Deflate compression method, but that can slow down launching the app because each font must then be decompressed before loading. Therefore, it is recommended to use the -0 (--compression-method store) option when creating the archive. You may also find the -j (--junk-paths) option helpful if the current working directory is not the one where fontpack.ini is located.
829 829
830Each fontpack has an ID that comes from the file name: the ID of "firasans.fontpack" would be "firasans". Space characters are not allowed in the ID. 830Each fontpack has an ID that comes from the file name: the ID of "firasans.fontpack" would be "firasans". Space characters are not allowed in the ID.
831 831