summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/font-imp-quality.lmt
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2023-01-26 19:34:21 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2023-01-26 19:34:21 +0100
commit83667a906d7cac842635bc5243db70f55b346562 (patch)
tree6d22734798c775c081c3aecb7f05faf590e6570b /tex/context/base/mkxl/font-imp-quality.lmt
parentb47e8c2cdeeab0bcdb1c4c32328c933f3f8599de (diff)
downloadcontext-83667a906d7cac842635bc5243db70f55b346562.tar.gz
2023-01-26 18:34:00
Diffstat (limited to 'tex/context/base/mkxl/font-imp-quality.lmt')
-rw-r--r--tex/context/base/mkxl/font-imp-quality.lmt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/font-imp-quality.lmt b/tex/context/base/mkxl/font-imp-quality.lmt
index 9c57613ee..6637fa07f 100644
--- a/tex/context/base/mkxl/font-imp-quality.lmt
+++ b/tex/context/base/mkxl/font-imp-quality.lmt
@@ -147,7 +147,7 @@ local function initialize(tfmdata,value)
factor = factor,
}
local data = characters and characters.data
- for i, chr in next, tfmdata.characters do
+ for i, chr in next, tfmdata.characters do -- todo unicode
local v = vector[i]
if data and not v then -- we could move the data test outside (needed for plain)
local d = data[i]