-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6953 from google/axis-reg-pull-BLED-SCAN-SHLN
Subtree pull Axis Registry introducing `BLED`, `SCAN`, and `SHLN`
- Loading branch information
Showing
5 changed files
with
65 additions
and
1 deletion.
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
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 @@ | ||
# BLED based on https://github.com/jenskutilek/homecomputer-fonts | ||
tag: "BLED" | ||
display_name: "Bleed" | ||
min_value: 0 | ||
default_value: 0 | ||
max_value: 100 | ||
precision: 0 | ||
fallback { | ||
name: "Default" | ||
value: 0.0 | ||
} | ||
fallback_only: false | ||
description: | ||
"Bleed adjusts the overall darkness in the typographic color of strokes or other forms, without" | ||
" any changes in overall width, line breaks, or page layout. Negative values make the font appearance" | ||
" lighter, while positive values make it darker, similarly to ink bleed or dot gain on paper." |
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 @@ | ||
# 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," | ||
" letter spacing, or kerning, so there are no line breaks or page layout changes." | ||
" Negative values make the scanlines thinner, and positive values make them thicker." |
15 changes: 15 additions & 0 deletions
15
axisregistry/Lib/axisregistry/data/shadow_length.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,15 @@ | ||
# SHLN based on https://github.com/EkType/Honk | ||
tag: "SHLN" | ||
display_name: "Shadow Length" | ||
min_value: 0.0 | ||
default_value: 50.0 | ||
max_value: 100.0 | ||
precision: -1 | ||
fallback { | ||
name: "Default" | ||
value: 50.0 | ||
} | ||
fallback_only: false | ||
description: | ||
"Adjusts the font's shadow length from no shadow visible (0 %)" | ||
" to a maximum shadow applied (100%) relative to each family design." |
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