]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Add Extrusion Depth and Edge Highlight axes for Nabla
authorDave Crossland <dave@lab6.com>
Mon, 15 Aug 2022 17:51:39 +0000 (13:51 -0400)
committerGitHub <noreply@github.com>
Mon, 15 Aug 2022 17:51:39 +0000 (13:51 -0400)
Lib/axisregistry/data/edge_highlight.textproto [new file with mode: 0644]
Lib/axisregistry/data/extrusion_depth.textproto [new file with mode: 0644]

diff --git a/Lib/axisregistry/data/edge_highlight.textproto b/Lib/axisregistry/data/edge_highlight.textproto
new file mode 100644 (file)
index 0000000..ac3470a
--- /dev/null
@@ -0,0 +1,9 @@
+# Edge Highlight, based on https://github.com/justvanrossum/nabla
+tag: "EHLT"
+display_name: "Edge Highlight"
+min_value: 0
+default_value: 0
+max_value: 1000
+precision: 0
+description:
+  "Controls thickness of edge highlight details."
diff --git a/Lib/axisregistry/data/extrusion_depth.textproto b/Lib/axisregistry/data/extrusion_depth.textproto
new file mode 100644 (file)
index 0000000..8e4053c
--- /dev/null
@@ -0,0 +1,9 @@
+# Extrusion Depth, based on https://github.com/justvanrossum/nabla
+tag: "EDPT"
+display_name: "Extrusion Depth"
+min_value: 0
+default_value: 0
+max_value: 1000
+precision: 0
+description:
+  "Controls extrustion depth."
\ No newline at end of file