diff options
Diffstat (limited to 'tex/generic')
| -rw-r--r-- | tex/generic/context/luatex-fonts-merged.lua | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/tex/generic/context/luatex-fonts-merged.lua b/tex/generic/context/luatex-fonts-merged.lua index 2653514fd..c1a9ae835 100644 --- a/tex/generic/context/luatex-fonts-merged.lua +++ b/tex/generic/context/luatex-fonts-merged.lua @@ -1,6 +1,6 @@  -- merged file : luatex-fonts-merged.lua  -- parent file : luatex-fonts.lua --- merge date  : 03/27/11 14:48:17 +-- merge date  : 03/28/11 01:03:40  do -- begin closure to overcome local limits and interference @@ -5395,9 +5395,12 @@ actions["prepare glyphs"] = function(data,filename,raw)          for index=0,raw.glyphmax-1 do              local glyph = rawglyphs[index] +--~ report_otf("1: 0x%04X: %s",index,tostring(glyph)) io.flush()              if glyph then                  local unicode = glyph.unicode +--~ report_otf("2: 0x%04X: %s",index,tostring(unicode)) io.flush()                  local name    = glyph.name +--~ report_otf("3: 0x%04X: %s",index,tostring(name)) io.flush()                  if not unicode or unicode == -1 or unicode >= criterium then                      unicode = private                      unicodes[name] = private @@ -6487,7 +6490,7 @@ local function otftotfm(specification)          local filename = specification.filename          local format   = specification.format          local features = specification.features.normal -        local rawdata = otf.load(filename,format,sub,features and features.featurefile) +        local rawdata  = otf.load(filename,format,sub,features and features.featurefile)          if rawdata and next(rawdata) then              rawdata.lookuphash = { }              tfmdata = copytotfm(rawdata,cache_id) | 
