1
0
mirror of https://github.com/google/fonts.git synced 2024-12-17 05:31:36 +03:00
fonts/axisregistry/width.textproto
zhao 303341563b
update axis textproto (#4290)
* update axis textproto

1. add fallback_only field
2. add fill.textproto

* update to_sandbox
2022-02-10 21:32:37 +01:00

56 lines
1.1 KiB
Plaintext

# wdth based on https://docs.microsoft.com/en-us/typography/opentype/spec/dvaraxistag_wdth
tag: "wdth"
display_name: "Width"
min_value: 25
max_value: 200
default_value: 100
precision: -1
# Instance values based on https://docs.microsoft.com/en-us/typography/opentype/spec/os2#uswidthclass
fallback {
name: "Super Condensed"
value: 25
}
fallback {
name: "Ultra Condensed"
value: 50
}
fallback {
name: "Extra Condensed"
value: 62.5
}
fallback {
name: "Condensed"
value: 75
}
fallback {
name: "Semi Condensed"
value: 87.5
}
fallback {
name: "Normal"
value: 100
}
fallback {
name: "Semi Expanded"
value: 112.5
}
fallback {
name: "Expanded"
value: 125
}
fallback {
name: "Extra Expanded"
value: 150
}
fallback {
name: "Ultra Expanded"
value: 200
}
fallback_only: false
description:
"Adjust the style from narrower to wider, by varying the proportions of"
" counters, stems, and other forms including overall spacinig and kerning."
" This typically changes the apparent weight (what typographers call"
" 'typographic color') in a subtle way, and so may be used in conjunction"
" with axes for Width and Grade (if present)."