Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding [YEXT] Vertical Extension axis #183

Merged
merged 2 commits into from
Nov 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions Lib/axisregistry/data/y_vertical_extension.textproto
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%."
Loading