From 5f6a7c6790baa7e524de5b5bf71a29ea757378f6 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Sun, 12 May 2019 19:57:39 +0200 Subject: 2019-05-12 19:16:00 --- tex/context/base/mkiv/lpdf-emb.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tex/context/base/mkiv/lpdf-emb.lua') diff --git a/tex/context/base/mkiv/lpdf-emb.lua b/tex/context/base/mkiv/lpdf-emb.lua index 744011341..8eab10c3b 100644 --- a/tex/context/base/mkiv/lpdf-emb.lua +++ b/tex/context/base/mkiv/lpdf-emb.lua @@ -127,9 +127,7 @@ local tounicode_template = [[ <0000> endcodespacerange %i beginbfchar - %s - endbfchar endcmap CMapName currentdict /CMap defineresource pop @@ -1709,7 +1707,6 @@ function lpdf.flushfonts() end -- this is no not yet ok for tfm / type 1 - for hash, details in sortedhash(mainfonts) do if next(details.indices) then local filename = details.filename @@ -1860,7 +1857,7 @@ updaters.register("backend.update.pdf",function() function pdf.includechar () end -- maybe, when we need it function pdf.includefont () end -- maybe, when we need it function pdf.includecharlist () end -- maybe, when we need it - function pdf.setomitcidset (v) includecidset = not v end + function pdf.setomitcidset (v) includecidset = not toboolean(v) end function pdf.setomitcharset () end -- we don't need that in lmtx function pdf.setsuppressoptionalinfo() end -- we don't need that in lmtx function pdf.mapfile (n) loadmapfile(n) end -- cgit v1.2.3