mirror of
https://github.com/google/fonts.git
synced 2024-12-01 11:14:14 +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.
20 lines
496 B
Plaintext
20 lines
496 B
Plaintext
# ital based on https://docs.microsoft.com/en-us/typography/opentype/spec/dvaraxistag_ital
|
|
tag: "ital"
|
|
display_name: "Italic"
|
|
min_value: 0
|
|
max_value: 1
|
|
default_value: 0
|
|
precision: -1
|
|
fallback {
|
|
name: "Roman"
|
|
value: 0
|
|
}
|
|
fallback {
|
|
name: "Italic"
|
|
value: 1
|
|
}
|
|
description:
|
|
"Adjust the style from roman to italic. This can be provided as"
|
|
" a continuous range within a single font file, like most axes, or as a"
|
|
" toggle between two roman and italic files that form a family as a pair."
|