Fix broken line height under Macintosh (#704).

This commit is contained in:
be5invis 2020-10-24 21:44:33 -07:00
parent d144dee113
commit 191d094692
4 changed files with 30 additions and 16 deletions

View file

@ -42,7 +42,18 @@ module.exports = function () {
},
OS_2: {
achVendID: "BE5N",
panose: [2, 0, 5, 9, 0, 0, 0, 0, 0, 0],
panose: {
bFamilyType: 2,
bSerifStyle: 0,
bWeight: 5,
bProportion: 9,
bContrast: 3,
bStrokeVariation: 0,
bArmStyle: 0,
bLetterform: 0,
bMidline: 0,
bXHeight: 4
},
fsSelection: 192,
fsType: 0,
sCapHeight: 0,