1
1
mirror of https://github.com/i-tu/Hasklig.git synced 2024-07-14 13:50:33 +03:00
Hasklig/familyTables.fea

23 lines
570 B
Plaintext
Raw Permalink Normal View History

2017-01-21 21:39:26 +03:00
table head {
2019-06-07 03:40:53 +03:00
include (../familyVersion.fea);
2017-01-21 21:39:26 +03:00
} head;
table hhea {
# NOTE: The OS/2.winAscent and OS/2.winDescent values are set by MakeOTF and vary depending on the font's bounding box
Ascender 984; # Must match OS/2.winAscent for cross-platform consistency
Descender -273; # Must match OS/2.winDescent for cross-platform consistency
LineGap 0; # Must be zero for cross-platform consistency
} hhea;
2012-09-21 04:06:26 +04:00
table BASE {
HorizAxis.BaseTagList ideo romn;
2017-01-21 21:39:26 +03:00
HorizAxis.BaseScriptList
2012-09-21 04:06:26 +04:00
latn romn -170 0,
grek romn -170 0,
cyrl romn -170 0,
2012-09-21 04:06:26 +04:00
DFLT romn -170 0;
} BASE;
2017-01-21 21:39:26 +03:00