@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 365 B
JavaScript
module.exports = {
familyName: 'Times New Roman',
fullName: 'Times New Roman',
postscriptName: 'TimesNewRomanPSMT',
category: 'serif',
capHeight: 1356,
ascent: 1825,
descent: -443,
lineGap: 87,
unitsPerEm: 2048,
xHeight: 916,
xWidthAvg: 832,
subsets: {
latin: {
xWidthAvg: 832
},
thai: {
xWidthAvg: 1593
}
}
};