From 591c59938b66201ecf0050826d3e414fe3349fb3 Mon Sep 17 00:00:00 2001 From: arrowtype <45946693+arrowtype@users.noreply.github.com> Date: Fri, 2 Dec 2022 17:06:21 -0500 Subject: [PATCH] Add Spacing [SPAC] axis (#62) * Add TRAK custom axis * Update and rename tracking.textproto to spacing.textproto * Update spacing.textproto to add decimals to vals To make the defined precision value more explicit. Similar to a133509583fa8e53f15684028cdc1bb74a6039ee * Renaming fallback to "Default" * Update spacing.tp with reference project URL * Update spacing.textproto to revert fallback name * Update Spac description Following agreed decisions on meeting * typo fix Co-authored-by: Dave Crossland Co-authored-by: Viviana Monsalve --- Lib/axisregistry/data/spacing.textproto | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Lib/axisregistry/data/spacing.textproto diff --git a/Lib/axisregistry/data/spacing.textproto b/Lib/axisregistry/data/spacing.textproto new file mode 100644 index 00000000000..979b70173be --- /dev/null +++ b/Lib/axisregistry/data/spacing.textproto @@ -0,0 +1,16 @@ +# SPAC based on https://github.com/gferreira/roboto-flex-spac +tag: "SPAC" +display_name: "Spacing" +min_value: -100.0 +default_value: 0.0 +max_value: 100.0 +precision: -1 +fallback { + name: "Default" + value: 0 +} +fallback_only: false +description: + "Adjusts the overall letter spacing of a font. " + "The range is a relative percentage change from " + "the family’s default spacing, so the default value is 0."