From: arrowtype <45946693+arrowtype@users.noreply.github.com> Date: Fri, 2 Dec 2022 22:06:21 +0000 (-0500) Subject: Add Spacing [SPAC] axis (#62) X-Git-Tag: v0.3.11~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=591c59938b66201ecf0050826d3e414fe3349fb3;p=thirdparty%2Fgoogle%2Ffonts.git 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 --- diff --git a/Lib/axisregistry/data/spacing.textproto b/Lib/axisregistry/data/spacing.textproto new file mode 100644 index 0000000000..979b70173b --- /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."