summaryrefslogtreecommitdiff
path: root/tex/context/base/font-ext.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-02-08 23:00:13 +0200
committerMarius <mariausol@gmail.com>2011-02-08 23:00:13 +0200
commit03766f7aaa5a741c5d52a1ee8201a887e594b350 (patch)
tree0ae8cd56dc59d1b345f34dedd404da47c73d742a /tex/context/base/font-ext.lua
parent556ad6378a5b0f52e594350b3bba9d06e5eb79f2 (diff)
downloadcontext-03766f7aaa5a741c5d52a1ee8201a887e594b350.tar.gz
beta 2011.02.08 21:46
Diffstat (limited to 'tex/context/base/font-ext.lua')
-rw-r--r--tex/context/base/font-ext.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/font-ext.lua b/tex/context/base/font-ext.lua
index ff9a70108..eb1e9f447 100644
--- a/tex/context/base/font-ext.lua
+++ b/tex/context/base/font-ext.lua
@@ -17,8 +17,8 @@ local allocate = utilities.storage.allocate
local trace_protrusion = false trackers.register("fonts.protrusion", function(v) trace_protrusion = v end)
local trace_expansion = false trackers.register("fonts.expansion", function(v) trace_expansion = v end)
-local report_expansions = logs.new("fonts","expansions")
-local report_protrusions = logs.new("fonts","protrusions")
+local report_expansions = logs.reporter("fonts","expansions")
+local report_protrusions = logs.reporter("fonts","protrusions")
commands = commands or { }
@@ -217,7 +217,7 @@ initializers.node.afm.expansion = initializers.common.expansion
fonts.goodies.register("expansions", function(...) return fonts.goodies.report("expansions", trace_expansion, ...) end)
-local report_opbd = logs.new("fonts","otf opbd")
+local report_opbd = logs.reporter("fonts","otf opbd")
-- -- -- -- -- --
-- protrusion