mirror of
https://github.com/google/fonts.git
synced 2024-12-15 19:52:21 +03:00
4bd3c05add
* Add GF Axis Registry files to git repo. * Update root README.md with a description of the axisregistry/ subdir. * Update root README.md with a description of the axisregistry/ subdir. * Revise the axis registry README file to be simpler and also descrie the metadata fields of the axis textprotos.
25 lines
575 B
Plaintext
25 lines
575 B
Plaintext
# CRSV based on https://github.com/arrowtype/Recursive#variable-axes
|
|
tag: "CRSV"
|
|
display_name: "Cursive"
|
|
min_value: 0
|
|
max_value: 1
|
|
default_value: 0.5
|
|
precision: -1
|
|
fallback {
|
|
name: "Roman"
|
|
value: 0
|
|
}
|
|
fallback {
|
|
name: "Auto"
|
|
value: 0.5
|
|
}
|
|
fallback {
|
|
name: "Cursive"
|
|
value: 1
|
|
}
|
|
description:
|
|
"Controls the substitution of cursive forms along the Slant axis. 'Off' (0)"
|
|
" maintains Roman letterforms such as a double-story a and g, 'Auto' (0.5)"
|
|
" allows for Cursive substitution, and 'On' (1) asserts cursive forms even"
|
|
" in upright text with a Slant of 0."
|