-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 #8531 from google/YEXT-pull
Subtree pull Axis Registry introducing `YEXT`
- Loading branch information
Showing
4 changed files
with
24 additions
and
149 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
16 changes: 16 additions & 0 deletions
16
axisregistry/Lib/axisregistry/data/y_vertical_extension.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,16 @@ | ||
# YEXT based on https://github.com/TypeTogether/Playwrite | ||
tag: "YEXT" | ||
display_name: "Vertical Extension" | ||
min_value: 0 | ||
default_value: 0 | ||
max_value: 100 | ||
precision: 0 | ||
fallback { | ||
name: "Default" | ||
value: 0 | ||
} | ||
fallback_only: false | ||
description: "The axis extends glyphs in the Y dimension, such as the " | ||
"Cap Height, Ascender and Descender lengths. This is a relative axis, " | ||
"starting at 0% and going to the typeface's individual maximum " | ||
"extent at 100%." |