diff options
author | Hans Hagen <pragma@wxs.nl> | 2021-04-21 12:14:45 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg@phi-gamma.net> | 2021-04-21 12:14:45 +0200 |
commit | 8beb3b723a828ee7e1a12677b6ef04506ceac45f (patch) | |
tree | 71e92596788b0a791434ff271f8a7517e813167f /tex/context/base/mkxl/lpdf-lmt.lmt | |
parent | 5ca0a10c8ee7333320b58b2ae02e902e51f27449 (diff) | |
download | context-8beb3b723a828ee7e1a12677b6ef04506ceac45f.tar.gz |
2021-04-21 11:39:00
Diffstat (limited to 'tex/context/base/mkxl/lpdf-lmt.lmt')
-rw-r--r-- | tex/context/base/mkxl/lpdf-lmt.lmt | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/tex/context/base/mkxl/lpdf-lmt.lmt b/tex/context/base/mkxl/lpdf-lmt.lmt index 590d69c58..1861cbc49 100644 --- a/tex/context/base/mkxl/lpdf-lmt.lmt +++ b/tex/context/base/mkxl/lpdf-lmt.lmt @@ -434,35 +434,6 @@ do -- luatex where we have more widths arrays and these reflect the cheated -- widths (goes wrong elsewhere). --- local naturalwidths = setmetatableindex(function(t,font) --- local d = descriptions[font] --- local c = characters[font] --- local f = parameters[font].hfactor or parameters[font].factor --- local v = setmetatableindex(function(t,char) --- local w --- local e = d and d[char] --- if e then --- w = e.width --- if w then --- w = w * f --- end --- end --- if not w then --- e = c and c[char] --- if e then --- w = e.width or 0 --- end --- end --- if not w then --- w = 0 --- end --- t[char] = w --- return w --- end) --- t[font] = v --- return v --- end) - -- when changing this, check math: compact-001.tex (rule width) local naturalwidths = setmetatableindex(function(t,font) |