Add \pdfextension mapfile

This commit is contained in:
Marcel Fabian Krüger 2021-11-09 16:55:08 +01:00
parent 24765e80eb
commit 15fdafd353
1 changed files with 2 additions and 0 deletions

View File

@ -835,6 +835,8 @@ lmlt.luacmd("pdfextension", function(_, immediate)
error[[Unsupported dest type]]
end
node.write(whatsit)
elseif scan_keyword'mapfile' then
fontmap.mapfile(scan_string())
elseif scan_keyword'mapline' then
fontmap.mapline(scan_string())
else