-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding [MORF] Morph custom axis (#120)
- Loading branch information
1 parent
02aac21
commit 12b2364
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# MORF based on https://github.com/Vectro-Type-Foundry/kablammo | ||
tag: "MORF" | ||
display_name: "Morph" | ||
min_value: 0 | ||
default_value: 0 | ||
max_value: 60 | ||
precision: 0 | ||
fallback { | ||
name: "Default" | ||
value: 0 | ||
} | ||
fallback_only: false | ||
description: | ||
"Letterforms morph: Changing in unconventional ways," | ||
" that don't alter other attributes, like width or weight." | ||
" The range from 0 to 60 can be understood as seconds." |