Skip to content

Commit

Permalink
Fix missing characters in discretionary nodes when running in DVI mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zauguin committed Nov 24, 2023
1 parent 10e7543 commit a606fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/luaotfload-dvi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a606fab

Please sign in to comment.