@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 363 B
JavaScript
export default {
familyName: 'Hi Melody',
fullName: 'Hi Melody Regular',
postscriptName: 'HiMelody-Regular',
category: 'handwriting',
capHeight: 512,
ascent: 679,
descent: -345,
lineGap: 256,
unitsPerEm: 1024,
xHeight: 321,
xWidthAvg: 432,
subsets: {
latin: {
xWidthAvg: 432
},
thai: {
xWidthAvg: 1024
}
}
};