forked from googlefonts/roboto-3-classic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBASE.fea
More file actions
15 lines (14 loc) · 695 Bytes
/
Copy pathBASE.fea
File metadata and controls
15 lines (14 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Implementation in fontTools
# https://github.com/fonttools/fonttools/pull/3783
# Syntax documentation
# https://adobe-type-tools.github.io/afdko/OpenTypeFeatureFileSpecification.html#9a-base-table
table BASE {
# VIT is the OpenType tag for Vietnamese
# https://learn.microsoft.com/en-us/typography/opentype/spec/languagetags
# Numbers come from the work to make GS Flex subsets for Android:
# https://github.com/googlefonts/pixel-brand-fallback-stack/blob/hello-world/scripts/google_sans_unmerge_subsets.py#L271-L302
HorizAxis.BaseTagList romn;
HorizAxis.BaseScriptList latn romn 0;
HorizAxis.MinMax latn dflt -572, 1932;
HorizAxis.MinMax latn VIT -572, 2304;
} BASE;