From 313a1b2219410a8bcce175d962b6da4484b7bc8f Mon Sep 17 00:00:00 2001 From: Viviana Monsalve Date: Mon, 23 Sep 2024 19:26:03 -0500 Subject: [PATCH 1/3] Add Horizontal Alignment axis --- Lib/axisregistry/data/x_alignment.textproto | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Lib/axisregistry/data/x_alignment.textproto diff --git a/Lib/axisregistry/data/x_alignment.textproto b/Lib/axisregistry/data/x_alignment.textproto new file mode 100644 index 00000000..da3763e7 --- /dev/null +++ b/Lib/axisregistry/data/x_alignment.textproto @@ -0,0 +1,16 @@ +#XALN based on a private project +tag: "XALN" +display_name: "Horizontal Alignment" +min_value: -100 +default_value: 0 +max_value: 100 +precision: -1 +fallback { + name: "Default" + value: 0 +} +fallback_only: false +description: + "Align glyphs horizontally from their default position" + " to the left (-100%) with zero left sidebearing, or" + " to the right (100%) with zero right sidebearing." \ No newline at end of file From c0103b1fa73c648a61a3b5acb74397c0b3205589 Mon Sep 17 00:00:00 2001 From: Viviana Monsalve Date: Fri, 4 Oct 2024 11:46:33 -0700 Subject: [PATCH 2/3] Update x_alignment.textproto: precision --- Lib/axisregistry/data/x_alignment.textproto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/axisregistry/data/x_alignment.textproto b/Lib/axisregistry/data/x_alignment.textproto index da3763e7..386f0334 100644 --- a/Lib/axisregistry/data/x_alignment.textproto +++ b/Lib/axisregistry/data/x_alignment.textproto @@ -4,7 +4,7 @@ display_name: "Horizontal Alignment" min_value: -100 default_value: 0 max_value: 100 -precision: -1 +precision: 0 fallback { name: "Default" value: 0 @@ -13,4 +13,4 @@ fallback_only: false description: "Align glyphs horizontally from their default position" " to the left (-100%) with zero left sidebearing, or" - " to the right (100%) with zero right sidebearing." \ No newline at end of file + " to the right (100%) with zero right sidebearing." From 22961aa0c323d0dcd515ad0595ce27008e34b02f Mon Sep 17 00:00:00 2001 From: Dave Crossland Date: Tue, 15 Oct 2024 23:35:01 -0600 Subject: [PATCH 3/3] Update x_alignment.textproto Small whitespace fix --- Lib/axisregistry/data/x_alignment.textproto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/axisregistry/data/x_alignment.textproto b/Lib/axisregistry/data/x_alignment.textproto index 386f0334..f7ae5cde 100644 --- a/Lib/axisregistry/data/x_alignment.textproto +++ b/Lib/axisregistry/data/x_alignment.textproto @@ -1,4 +1,4 @@ -#XALN based on a private project +# XALN based on a private project tag: "XALN" display_name: "Horizontal Alignment" min_value: -100