summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/font-tex.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/font-tex.lmt')
-rw-r--r--tex/context/base/mkxl/font-tex.lmt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkxl/font-tex.lmt b/tex/context/base/mkxl/font-tex.lmt
index c1908dc48..1c3c17a79 100644
--- a/tex/context/base/mkxl/font-tex.lmt
+++ b/tex/context/base/mkxl/font-tex.lmt
@@ -34,7 +34,7 @@ local function makeglyphbox(char,spec)
width = b.width,
height = b.height,
depth = b.depth,
- objnum = tex.saveboxresource(b,nil,nil,true),
+ objnum = tex.boxresources.save(b,nil,nil,true),
}
end
@@ -95,7 +95,7 @@ function fonts.helpers.setboxdirectly(font,unicode,box) -- hash based on wd/ht/d
height = box.height or 0,
depth = box.depth or 0,
unicode = unicode,
- objnum = tex.saveboxresource(box,nil,nil,true),
+ objnum = tex.boxresources.save(box,nil,nil,true),
}
local specification = {
code = newdata