@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 351 B
JavaScript
export default {
familyName: 'Gaegu',
fullName: 'Gaegu Regular',
postscriptName: 'Gaegu-Regular',
category: 'handwriting',
capHeight: 525,
ascent: 760,
descent: -240,
lineGap: 250,
unitsPerEm: 1000,
xHeight: 340,
xWidthAvg: 493,
subsets: {
latin: {
xWidthAvg: 493
},
thai: {
xWidthAvg: 720
}
}
};