1
0
mirror of synced 2025-12-19 17:48:10 -05:00

Added VROT and YROT (Tilt)

Merge commit 'ed14a62ceb9bf893b08d6f642a9f90397b55a7ad'
This commit is contained in:
Rosalie Wagner
2022-10-20 16:08:22 +02:00
parent e36ec0fbf6
commit 8adad08f9e
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#Rotation in X, based on https://github.com/andyclymer/Tilt-Typeface
tag: "XROT"
display_name: "Rotation in X"
min_value: -180
default_value: 0
max_value: 180
precision: 0
fallback {
name: "Default"
value: 0
}
fallback_only: false
description:
"Letters rotate around the X axis."

View File

@@ -0,0 +1,15 @@
#Rotation in Y, based on https://github.com/andyclymer/Tilt-Typeface
tag: "YROT"
display_name: "Rotation in Y"
min_value: -180
default_value: 0
max_value: 180
precision: 0
fallback {
name: "Default"
value: 0
}
fallback_only: false
description:
"Letters rotate around the Y axis."