[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev, multimode-dev: Set subfont index for harf too (fca8faf)

Marcel Fabian Krüger tex at 2krueger.de
Fri Nov 1 15:04:55 CET 2019


Repository : https://github.com/latex3/luaotfload
On branches: dev,multimode-dev
Link       : https://github.com/latex3/luaotfload/commit/fca8faf5a7b82f716b115d677d2e68b86da77725

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

commit fca8faf5a7b82f716b115d677d2e68b86da77725
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Fri Nov 1 15:02:59 2019 +0100

    Set subfont index for harf too


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

fca8faf5a7b82f716b115d677d2e68b86da77725
 src/luaotfload-harf-define.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/luaotfload-harf-define.lua b/src/luaotfload-harf-define.lua
index 335ef22..7ffa425 100644
--- a/src/luaotfload-harf-define.lua
+++ b/src/luaotfload-harf-define.lua
@@ -302,6 +302,7 @@ local function scalefont(data, spec)
   local tfmdata = {
     name = spec.specification,
     filename = spec.resolved,
+    subfont = spec.sub or 1,
     designsize = size,
     psname = sanitize(data.psname),
     fullname = data.fullname,





More information about the latex3-commits mailing list