Adjust to newer LuaMetaTeX versions
This commit is contained in:
parent
29c97800a3
commit
b5c91c4312
12 changed files with 247 additions and 112 deletions
|
@ -209,7 +209,7 @@ local function buildfont0(pdf, fontdir, usedcids)
|
|||
local enc
|
||||
if fontdir.encodingbytes == 1 then
|
||||
enc = cidmap1byte(pdf)
|
||||
elseif true then -- FIXME: This should only be used for encodingbyzes == -3 (variable, max 3)
|
||||
elseif false then -- FIXME: This should only be used for encodingbyzes == -3 (variable, max 3)
|
||||
fontdir.encodingbytes = -3 -- FIXME
|
||||
enc = cidmap3byte(pdf)
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue