From: Viviana Monsalve Date: Wed, 19 Jul 2023 18:23:50 +0000 (-0500) Subject: Subtree pull Axis Registry introducing `ZROT` (#6527) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afd759624b89227aafa972868ce8ef6f33470347;p=thirdparty%2Fgoogle%2Ffonts.git Subtree pull Axis Registry introducing `ZROT` (#6527) * ZROT custom axis added * updating metadata values with agreed values --- diff --git a/axisregistry/Lib/axisregistry/data/z_rotation.textproto b/axisregistry/Lib/axisregistry/data/z_rotation.textproto new file mode 100644 index 0000000000..9f212833ac --- /dev/null +++ b/axisregistry/Lib/axisregistry/data/z_rotation.textproto @@ -0,0 +1,14 @@ +# Rotation in Z, based on a private project +tag: "ZROT" +display_name: "Rotation in Z" +min_value: -180 +default_value: 0 +max_value: 180 +precision: 0 +fallback { + name: "Default" + value: 0.0 +} +description: + "Glyphs rotate left and right, negative values to the left" + " and positive values to the right, in the Z dimension."