From 4072ceda2a936a31a06090d539d7d15e0d4b2004 Mon Sep 17 00:00:00 2001 From: Emma Marichal Date: Fri, 1 May 2026 11:36:58 +0200 Subject: [PATCH 1/4] Add Enlarge axis --- Lib/axisregistry/data/enlarge.textproto | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Lib/axisregistry/data/enlarge.textproto diff --git a/Lib/axisregistry/data/enlarge.textproto b/Lib/axisregistry/data/enlarge.textproto new file mode 100644 index 00000000..e3cdcf21 --- /dev/null +++ b/Lib/axisregistry/data/enlarge.textproto @@ -0,0 +1,21 @@ +# ENLA based on https://github.com/psb1558/Junicode-font +tag: "ENLA" +display_name: "Enlarge" +min_value: 0.0 +default_value: 0.0 +max_value: 100 +precision: -2 +fallback { + name: "Normal" + value: 0.0 +} +fallback { + name: "Enlarge" + value: 100 +} +fallback_only: false +description: + "Scales lowercase letters to an intermediate size between minuscule and" + " majuscule, as used in medieval manuscripts for enlarged minuscules at" + " sentence openings. Adjusts x-height and character width continuously" + " from 0 (default lowercase) to 1 (fully enlarged)." \ No newline at end of file From 428912fe896b107a3a4c6b58bedf28b94ea5317a Mon Sep 17 00:00:00 2001 From: Emma Marichal Date: Fri, 1 May 2026 11:37:05 +0200 Subject: [PATCH 2/4] update gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cb340928..e2f7288b 100644 --- a/.gitignore +++ b/.gitignore @@ -14,8 +14,8 @@ dist/ downloads/ eggs/ .eggs/ -lib/ -lib64/ +#lib/ +#lib64/ parts/ sdist/ var/ From 802c44637700462ee2b2b4d55c5a59899541a03a Mon Sep 17 00:00:00 2001 From: Emma Marichal Date: Fri, 1 May 2026 11:41:02 +0200 Subject: [PATCH 3/4] small fixe in description --- Lib/axisregistry/data/enlarge.textproto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Lib/axisregistry/data/enlarge.textproto b/Lib/axisregistry/data/enlarge.textproto index e3cdcf21..d0a36e41 100644 --- a/Lib/axisregistry/data/enlarge.textproto +++ b/Lib/axisregistry/data/enlarge.textproto @@ -18,4 +18,5 @@ description: "Scales lowercase letters to an intermediate size between minuscule and" " majuscule, as used in medieval manuscripts for enlarged minuscules at" " sentence openings. Adjusts x-height and character width continuously" - " from 0 (default lowercase) to 1 (fully enlarged)." \ No newline at end of file + " from 0 (default lowercase) to 100 (fully enlarged)." + \ No newline at end of file From 82680957dc26bc935cf2d2ddbdcde10727adf889 Mon Sep 17 00:00:00 2001 From: Emma Marichal <64773544+emmamarichal@users.noreply.github.com> Date: Thu, 14 May 2026 18:43:22 +0200 Subject: [PATCH 4/4] Rename fallback 'Enlarge' to 'Enlarged' --- Lib/axisregistry/data/enlarge.textproto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/axisregistry/data/enlarge.textproto b/Lib/axisregistry/data/enlarge.textproto index d0a36e41..22f0cfb5 100644 --- a/Lib/axisregistry/data/enlarge.textproto +++ b/Lib/axisregistry/data/enlarge.textproto @@ -10,7 +10,7 @@ fallback { value: 0.0 } fallback { - name: "Enlarge" + name: "Enlarged" value: 100 } fallback_only: false @@ -19,4 +19,4 @@ description: " majuscule, as used in medieval manuscripts for enlarged minuscules at" " sentence openings. Adjusts x-height and character width continuously" " from 0 (default lowercase) to 100 (fully enlarged)." - \ No newline at end of file +