]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
SCAN custom axis added
authorViviana Monsalve <viviana.monsalve.a@gmail.com>
Fri, 25 Aug 2023 21:14:55 +0000 (16:14 -0500)
committerViviana Monsalve <viviana.monsalve.a@gmail.com>
Fri, 25 Aug 2023 21:14:55 +0000 (16:14 -0500)
Lib/axisregistry/data/scanlines.textproto [new file with mode: 0644]

diff --git a/Lib/axisregistry/data/scanlines.textproto b/Lib/axisregistry/data/scanlines.textproto
new file mode 100644 (file)
index 0000000..087ef7f
--- /dev/null
@@ -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