[latex3-commits] [latex3/luaotfload] dev: Fix missing characters in discretionary nodes when running in DVI mode (a606fab4)

github at latex-project.org github at latex-project.org
Fri Nov 24 06:54:13 CET 2023


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

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

commit a606fab48f80b648e9661639827a9fb2e279c586
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Fri Nov 24 06:53:26 2023 +0100

    Fix missing characters in discretionary nodes when running in DVI mode


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

a606fab48f80b648e9661639827a9fb2e279c586
 src/luaotfload-dvi.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/luaotfload-dvi.lua b/src/luaotfload-dvi.lua
index 27e756b7..5232d7e5 100644
--- a/src/luaotfload-dvi.lua
+++ b/src/luaotfload-dvi.lua
@@ -85,7 +85,7 @@ function full_hprocess(head)
         end
         if last_mapping then
           local mapped = last_mapping[c]
-          if mapped then setfont(n, mapped_font, mapped) end
+          if mapped then setfont(n, last_mapped_font, mapped) end
         end
       end
     elseif id == glyph_t then





More information about the latex3-commits mailing list.