summaryrefslogtreecommitdiff
path: root/tex/generic
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-08-08 20:00:24 +0300
committerMarius <mariausol@gmail.com>2013-08-08 20:00:24 +0300
commit5365c4c218833b6b7e07e00c9445b3de9b32ebec (patch)
tree7cfd5e67d8375bd1401c56c665b6eb1951eb10aa /tex/generic
parent7e69eda2c0f61a9c55ee44c8bff3573b151447ff (diff)
downloadcontext-5365c4c218833b6b7e07e00c9445b3de9b32ebec.tar.gz
beta 2013.08.08 18:39
Diffstat (limited to 'tex/generic')
-rw-r--r--tex/generic/context/luatex/luatex-fonts-merged.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/generic/context/luatex/luatex-fonts-merged.lua b/tex/generic/context/luatex/luatex-fonts-merged.lua
index f66bc79cd..62a8ec7b3 100644
--- a/tex/generic/context/luatex/luatex-fonts-merged.lua
+++ b/tex/generic/context/luatex/luatex-fonts-merged.lua
@@ -1,6 +1,6 @@
-- merged file : luatex-fonts-merged.lua
-- parent file : luatex-fonts.lua
--- merge date : 08/08/13 10:48:04
+-- merge date : 08/08/13 18:39:36
do -- begin closure to overcome local limits and interference
@@ -3676,6 +3676,7 @@ function constructors.scale(tfmdata,specification)
if tonumber(specification) then
specification={ size=specification }
end
+ target.specification=specification
local scaledpoints=specification.size
local relativeid=specification.relativeid
local properties=tfmdata.properties or {}