* First round of adding fea output No format tests but all test files give reasonable output so far. * Get existing tests working * Initial tests that work for fea2fea * Get more tests working Bug fixes and re-layout some tests to compare with fea2fea output. Ranges and name parameters are not optimised yet. * Handle vertical default values in fea2fea * Hide fea2fea differences in lookupflags * No reduce() in py3 so use a for loop
20 lines
664 B
Plaintext
20 lines
664 B
Plaintext
table OS/2 {
|
|
FSType 4;
|
|
Panose 2 15 0 0 2 2 8 2 9 4;
|
|
TypoAscender 800;
|
|
TypoDescender -200; # Note that TypoDescender is negative for descent below the baseline.
|
|
winAscent 832;
|
|
winDescent 321; # Note that winDescent is positive for descent below the baseline.
|
|
UnicodeRange 0 1 9 55 59 60;
|
|
# 0 - Basic Latin, 1 - Latin-1 Supplement
|
|
# 9 - Cyrillic, 55 - CJK Compatibility
|
|
# 59 - CJK Unified Ideographs, 60 - Private Use Area
|
|
CodePageRange 1252 1251 932;
|
|
# 1252 - Latin 1, 1251 - Cyrllic, 932 - JIS/Japan
|
|
XHeight 400;
|
|
CapHeight 600;
|
|
WeightClass 800;
|
|
WidthClass 3;
|
|
Vendor "ADBE";
|
|
} OS/2;
|