googlefonts / fontra

A browser-based font editor
https://fontra.xyz
GNU General Public License v3.0
425 stars 19 forks source link

FontMetric -> LineMetric; verticalMetrics -> lineMetricsHorizontalLayout; initial line metrics for vertical layout. #1489

Closed justvanrossum closed 1 week ago

justvanrossum commented 1 week ago

The term "vertical metrics" is problematic once you start talking about vertical writing/layout. The OpenType spec uses the term "line metrics" here and there (OS/2 for example).

Since we need to add support for ascender/descender etc for vertical layout, let's improve the terminology.