-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
117 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,13 @@ | ||
# XOPQ based on https://variationsguide.typenetwork.com/#xopq | ||
tag: "XOPQ" | ||
display_name: "X opaque" | ||
min_value: -1000 | ||
max_value: 2000 | ||
default_value: 88 | ||
precision: 0 | ||
fallback { | ||
name: "Normal" | ||
value: 88 | ||
} | ||
description: | ||
"Assigns a 'black' per mille value to each instance of the design space." |
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,13 @@ | ||
# XTRA based on https://variationsguide.typenetwork.com/#xtra | ||
tag: "XTRA" | ||
display_name: "X transparent" | ||
min_value: -1000 | ||
max_value: 2000 | ||
default_value: 400 | ||
precision: 0 | ||
fallback { | ||
name: "Normal" | ||
value: 400 | ||
} | ||
description: | ||
"Assigns a 'white'”' per mille value to each instance of the design space." |
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,13 @@ | ||
# XTFI based on https://variationsguide.typenetwork.com/#xtfi | ||
tag: "XTFI" | ||
display_name: "X transparent figures" | ||
min_value: -1000 | ||
max_value: 2000 | ||
default_value: 400 | ||
precision: 0 | ||
fallback { | ||
name: "Normal" | ||
value: 400 | ||
} | ||
description: | ||
"Assigns a 'white' per mille value to each instance of the design space." |
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,13 @@ | ||
# YOPQ based on https://variationsguide.typenetwork.com/#yopq | ||
tag: "YOPQ" | ||
display_name: "Y opaque" | ||
min_value: -1000 | ||
max_value: 2000 | ||
default_value: 116 | ||
precision: 0 | ||
fallback { | ||
name: "Normal" | ||
value: 116 | ||
} | ||
description: | ||
"Assigns a 'black' per mille value to each instance of the design space." |
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,13 @@ | ||
# YTAS based on https://variationsguide.typenetwork.com/#ytas | ||
tag: "YTAS" | ||
display_name: "Y transparent ascender" | ||
min_value: 0 | ||
max_value: 1000 | ||
default_value: 750 | ||
precision: 0 | ||
fallback { | ||
name: "Normal" | ||
value: 750 | ||
} | ||
description: | ||
"Assigns a 'white' per mille value to each instance of the design space." |
13 changes: 13 additions & 0 deletions
13
Lib/gftools/axisregistry/y_transparent_descender.textproto
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,13 @@ | ||
# YTDE based on https://variationsguide.typenetwork.com/#ytde | ||
tag: "YTDE" | ||
display_name: "Y transparent descender" | ||
min_value: -1000 | ||
max_value: 0 | ||
default_value: -250 | ||
precision: 0 | ||
fallback { | ||
name: "Normal" | ||
value: -250 | ||
} | ||
description: | ||
"Assigns a 'white' per mille value to each instance of the design space." |
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,13 @@ | ||
# YTFI based on https://variationsguide.typenetwork.com/#ytfi | ||
tag: "YTFI" | ||
display_name: "Y transparent figures" | ||
min_value: -1000 | ||
max_value: 2000 | ||
default_value: 600 # this is NOT what TN defined, it's just a value that fits for Roboto Flex | ||
precision: 0 | ||
fallback { | ||
name: "Normal" | ||
value: 600 | ||
} | ||
description: | ||
"Assigns a 'white' per mille value to each instance of the design space." |
13 changes: 13 additions & 0 deletions
13
Lib/gftools/axisregistry/y_transparent_lowercase.textproto
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,13 @@ | ||
# YTLC based on https://variationsguide.typenetwork.com/#ytlc | ||
tag: "YTLC" | ||
display_name: "Y transparent lowercase" | ||
min_value: 0 | ||
max_value: 1000 | ||
default_value: 500 | ||
precision: 0 | ||
fallback { | ||
name: "Normal" | ||
value: 500 | ||
} | ||
description: | ||
"Assigns a 'white' per mille value to each instance of the design space." |
13 changes: 13 additions & 0 deletions
13
Lib/gftools/axisregistry/y_transparent_uppercase.textproto
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,13 @@ | ||
# YTUC based on https://variationsguide.typenetwork.com/#ytuc | ||
tag: "YTUC" | ||
display_name: "Y transparent uppercase" | ||
min_value: -1000 | ||
max_value: 1000 | ||
default_value: 500 | ||
precision: 0 | ||
fallback { | ||
name: "Normal" | ||
value: 725 | ||
} | ||
description: | ||
"Assigns a 'white' per mille value to each instance of the design space." |