summaryrefslogtreecommitdiff
path: root/tex/generic
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-03-28 02:20:14 +0300
committerMarius <mariausol@gmail.com>2011-03-28 02:20:14 +0300
commit21cd65249c044ecc147f90f390f30d36a4b98dad (patch)
treeee67eac842ec09bbe004d7c9bb9c54373af92765 /tex/generic
parent291caae4af5cffa99f3a5786d6796f8e62a847ea (diff)
downloadcontext-21cd65249c044ecc147f90f390f30d36a4b98dad.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)