mirror of
https://github.com/google/fonts.git
synced 2024-12-17 05:31:36 +03:00
303341563b
* update axis textproto 1. add fallback_only field 2. add fill.textproto * update to_sandbox
17 lines
464 B
Plaintext
17 lines
464 B
Plaintext
# slnt based on https://docs.microsoft.com/en-us/typography/opentype/spec/dvaraxistag_slnt
|
|
tag: "slnt"
|
|
display_name: "Slant"
|
|
min_value: -90
|
|
max_value: 90
|
|
default_value: 0
|
|
precision: 0
|
|
fallback {
|
|
name: "Default"
|
|
value: 0
|
|
}
|
|
fallback_only: false
|
|
description:
|
|
"Adjust the style from upright to slanted, also known to typographers"
|
|
" as an 'oblique' style. Rarely, slant can work in the other direction,"
|
|
" called a 'backslanted' or 'reverse oblique' style."
|