summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/math-vfu.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/math-vfu.lmt')
-rw-r--r--tex/context/base/mkxl/math-vfu.lmt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tex/context/base/mkxl/math-vfu.lmt b/tex/context/base/mkxl/math-vfu.lmt
index 0540331ab..c58906a10 100644
--- a/tex/context/base/mkxl/math-vfu.lmt
+++ b/tex/context/base/mkxl/math-vfu.lmt
@@ -631,6 +631,7 @@ local function copy_glyph(main,target,original,unicode,slot)
height = olddata.height,
depth = olddata.depth,
italic = olddata.italic,
+ topaccent = olddata.topaccent,
kerns = olddata.kerns,
tounicode = olddata.tounicode,
commands = { { "slot", slot, unicode } },
@@ -644,6 +645,8 @@ local function copy_glyph(main,target,original,unicode,slot)
width = oldnextdata.width,
height = oldnextdata.height,
depth = oldnextdata.depth,
+ italic = oldnextdata.italic,
+ topaccent = oldnextdata.topaccent,
tounicode = olddata.tounicode,
commands = { { "slot", slot, nextglyph } },
}