2020-07-14 01:52:55 +03:00
|
|
|
# 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
|
|
|
|
}
|
2022-02-10 23:32:37 +03:00
|
|
|
fallback_only: true
|
2020-07-14 01:52:55 +03:00
|
|
|
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."
|