summaryrefslogtreecommitdiff
path: root/tex/generic
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-04-24 16:20:14 +0300
committerMarius <mariausol@gmail.com>2011-04-24 16:20:14 +0300
commit450e273d5438a33d75f0750ab854ef0c4d20f3b0 (patch)
treee3bb60161459b5e9cc4efc82e5798b79e35e5432 /tex/generic
parenteb3f14321641375e3bda88163da63bbceda93f47 (diff)
downloadcontext-450e273d5438a33d75f0750ab854ef0c4d20f3b0.tar.gz
beta 2011.04.24 15:15
Diffstat (limited to 'tex/generic')
-rw-r--r--tex/generic/context/luatex-fonts-merged.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/tex/generic/context/luatex-fonts-merged.lua b/tex/generic/context/luatex-fonts-merged.lua
index bab0b14bf..e937af22d 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 : 04/23/11 22:29:11
+-- merge date : 04/24/11 15:15:27
do -- begin closure to overcome local limits and interference
@@ -4812,7 +4812,7 @@ local otf = fonts.handlers.otf
otf.glists = { "gsub", "gpos" }
-otf.version = 2.728 -- beware: also sync font-mis.lua
+otf.version = 2.730 -- beware: also sync font-mis.lua
otf.cache = containers.define("fonts", "otf", otf.version, true)
local fontdata = fonts.hashes.identifiers
@@ -5582,6 +5582,7 @@ actions["analyze glyphs"] = function(data,filename,raw) -- maybe integrate this
local marks = { }
for unicode, description in next, descriptions do
local glyph = description.glyph
+ local italic = glyph.italic_correction
if not italic then
-- skip
elseif italic == 0 then