Skip to content

layout: Fix line height computations

Matthias Clasen requested to merge layout-font-scale into main

We were using the font metrics height, which is scaled by the ctm, so we need to take the font scale factors into account here.

Fixes: #691 (closed)

Merge request reports