summaryrefslogtreecommitdiff
path: root/tex/generic
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-04-24 15:15:00 +0200
committerHans Hagen <pragma@wxs.nl>2011-04-24 15:15:00 +0200
commitfbc0d1cded960d9ab6b4efceed2bbdcd59629228 (patch)
tree6cfbfe8313e8326c44ee35a858cade3cfce11b83 /tex/generic
parentfc6e66c60e7d4d03104db3eb7b412f658aa0ec42 (diff)
downloadcontext-fbc0d1cded960d9ab6b4efceed2bbdcd59629228.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