[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Also scale hb.space length in extent (c29273b)

Marcel Fabian Krüger tex at 2krueger.de
Wed May 12 20:48:05 CEST 2021


Repository : https://github.com/latex3/luaotfload
On branch  : dev
Link       : https://github.com/latex3/luaotfload/commit/c29273b7f955391c5223fcbb9ae169d955b96a92

>---------------------------------------------------------------

commit c29273b7f955391c5223fcbb9ae169d955b96a92
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Wed May 12 20:48:05 2021 +0200

    Also scale hb.space length in extent


>---------------------------------------------------------------

c29273b7f955391c5223fcbb9ae169d955b96a92
 src/luaotfload-szss.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/luaotfload-szss.lua b/src/luaotfload-szss.lua
index 42eb107..e21bcd8 100644
--- a/src/luaotfload-szss.lua
+++ b/src/luaotfload-szss.lua
@@ -90,6 +90,7 @@ otfregister {
       end
       tfmdata.extend = value * 1000
       tfmdata.hb.hscale = tfmdata.units_per_em * value
+      tfmdata.hb.space = tfmdata.hb.space * value
       local parameters = tfmdata.parameters
       parameters.slant = parameters.slant * value
       parameters.space = parameters.space * value





More information about the latex3-commits mailing list.