From 7ffd601e480e6ca5c5d5ef4c4335dc075ea3cae1 Mon Sep 17 00:00:00 2001 From: Viviana Monsalve Date: Wed, 20 Nov 2024 16:45:18 -0500 Subject: [PATCH 1/2] Vertical Extension axis added --- .../data/y_vertical_extension.textproto | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Lib/axisregistry/data/y_vertical_extension.textproto diff --git a/Lib/axisregistry/data/y_vertical_extension.textproto b/Lib/axisregistry/data/y_vertical_extension.textproto new file mode 100644 index 00000000..99478581 --- /dev/null +++ b/Lib/axisregistry/data/y_vertical_extension.textproto @@ -0,0 +1,16 @@ +# YEXT based on https://github.com/TypeTogether/Playwrite +tag: "YEXT" +display_name: "Vertical Extension" +min_value: 0 +default_value: 0 +max_value: 100 +precision: 0 +fallback { + name: "Default" + value: 0 +} +fallback_only: false +description: "The axis extends glyphs in the Y dimension, such as the + Cap Height, Ascender and Descender lengths. This is a relative axis, + starting at 0% and going to the typeface's individual maximum + extent at 100%." From 07b8f7c112bcfb2dac36e3e8b4ea8681ec1fed1d Mon Sep 17 00:00:00 2001 From: Viviana Monsalve Date: Thu, 21 Nov 2024 10:10:12 -0500 Subject: [PATCH 2/2] description formatting fix --- Lib/axisregistry/data/y_vertical_extension.textproto | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Lib/axisregistry/data/y_vertical_extension.textproto b/Lib/axisregistry/data/y_vertical_extension.textproto index 99478581..50ef9045 100644 --- a/Lib/axisregistry/data/y_vertical_extension.textproto +++ b/Lib/axisregistry/data/y_vertical_extension.textproto @@ -10,7 +10,7 @@ fallback { value: 0 } fallback_only: false -description: "The axis extends glyphs in the Y dimension, such as the - Cap Height, Ascender and Descender lengths. This is a relative axis, - starting at 0% and going to the typeface's individual maximum - extent at 100%." +description: "The axis extends glyphs in the Y dimension, such as the " + "Cap Height, Ascender and Descender lengths. This is a relative axis, " + "starting at 0% and going to the typeface's individual maximum " + "extent at 100%."