summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/font-imp-tracing.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/font-imp-tracing.lmt')
-rw-r--r--tex/context/base/mkxl/font-imp-tracing.lmt7
1 files changed, 6 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/font-imp-tracing.lmt b/tex/context/base/mkxl/font-imp-tracing.lmt
index 2187b9497..749a3c964 100644
--- a/tex/context/base/mkxl/font-imp-tracing.lmt
+++ b/tex/context/base/mkxl/font-imp-tracing.lmt
@@ -130,7 +130,12 @@ local function initialize(tfmdata,key,value)
elseif v == v_none then
rule[9] = false
else
- rule[9] = v
+ local thickness = string.todimen(v)
+ if thickness and thickness > 0 then
+ rule[5] = thickness
+ else
+ rule[9] = v
+ end
end
end
end