From 21cd65249c044ecc147f90f390f30d36a4b98dad Mon Sep 17 00:00:00 2001 From: Marius Date: Mon, 28 Mar 2011 02:20:14 +0300 Subject: beta 2011.03.28 01:03 --- tex/generic/context/luatex-fonts-merged.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tex/generic') 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) -- cgit v1.2.3