]> git.neil.brown.name Git - edlib.git/commit
lib-renderline: fix up scaling of margin, vspace, tabs
authorNeilBrown <neil@brown.name>
Sun, 20 Aug 2023 01:10:53 +0000 (11:10 +1000)
committerNeilBrown <neil@brown.name>
Sun, 20 Aug 2023 22:47:09 +0000 (08:47 +1000)
commit566c5e1da9b70695d54757c5c15a5eafe5ccff6e
tree57f7a089698429beb645a6b5a0959a9736fa2944
parentd33c35a1d66c311fec16839f73291b8d0f16f516
lib-renderline: fix up scaling of margin, vspace, tabs

left and right margins, and above/below space, and tab stops must be
scaled based on the font size - which we measure early.  That already
includes the ->scale factor, so we mustn't include it again.

Signed-off-by: NeilBrown <neil@brown.name>
lib-renderline.c