From: Viviana Monsalve Date: Fri, 25 Aug 2023 21:14:55 +0000 (-0500) Subject: SCAN custom axis added X-Git-Tag: v0.4.6~3^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90f171d129cc51130eabfe9db42463744706e20a;p=thirdparty%2Fgoogle%2Ffonts.git SCAN custom axis added --- diff --git a/Lib/axisregistry/data/scanlines.textproto b/Lib/axisregistry/data/scanlines.textproto new file mode 100644 index 0000000000..087ef7fc32 --- /dev/null +++ b/Lib/axisregistry/data/scanlines.textproto @@ -0,0 +1,17 @@ +# SCAN based on https://github.com/jenskutilek/homecomputer-fonts +tag: "SCAN" +display_name: "Scanlines" +min_value: -100 +default_value: 0 +max_value: 100 +precision: 0 +fallback { + name: "Default" + value: 0 +} +fallback_only: false +description: + "Break up shapes into horizontal segments without any changes in overall width, inter-letter spacing," + " or kerning, so there are no line breaks or page layout changes. Negative values" + " cause the glyphs to become visually segmented, while positive values may cause + " the segments to overlap and create a bold effect." \ No newline at end of file