summaryrefslogtreecommitdiff
path: root/tex/generic
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-03-28 01:03:00 +0200
committerHans Hagen <pragma@wxs.nl>2011-03-28 01:03:00 +0200
commit47137f75745797291937210c86fcca98a1acf773 (patch)
tree472ea1e426775bba223ceaf97fdaf3a4a6b0d7ce /tex/generic
parent87ed7a9114b94007ff9ceaa83287772577c2ec54 (diff)
downloadcontext-47137f75745797291937210c86fcca98a1acf773.tar.gz
beta 2011.03.28 01:03
Diffstat (limited to 'tex/generic')
-rw-r--r--tex/generic/context/luatex-fonts-merged.lua7
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)