summaryrefslogtreecommitdiff
path: root/tex/context/base/font-con.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-10-10 19:00:22 +0300
committerMarius <mariausol@gmail.com>2013-10-10 19:00:22 +0300
commit6b154f2662755a1820cae153d8b7b3d5a5d1b41d (patch)
treeee6478266929377c8511d1ec3c099fe784ca0e5c /tex/context/base/font-con.lua
parent522bdbb5f73e4f66367350d23a24f55eb9b917d9 (diff)
downloadcontext-6b154f2662755a1820cae153d8b7b3d5a5d1b41d.tar.gz
beta 2013.10.10 17:47
Diffstat (limited to 'tex/context/base/font-con.lua')
-rw-r--r--tex/context/base/font-con.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/font-con.lua b/tex/context/base/font-con.lua
index 4a84d441a..24b03222c 100644
--- a/tex/context/base/font-con.lua
+++ b/tex/context/base/font-con.lua
@@ -386,7 +386,7 @@ function constructors.scale(tfmdata,specification)
local vdelta = delta
--
target.designsize = parameters.designsize -- not really needed so it might become obsolete
- target.units_per_em = units -- just a trigger for the backend (does luatex use this? if not it will go)
+ target.units_per_em = units -- just a trigger for the backend
--
local direction = properties.direction or tfmdata.direction or 0 -- pointless, as we don't use omf fonts at all
target.direction = direction