summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/font-imp-text.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/font-imp-text.lmt')
-rw-r--r--tex/context/base/mkxl/font-imp-text.lmt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/font-imp-text.lmt b/tex/context/base/mkxl/font-imp-text.lmt
index 3ca05eb04..16edb2ef4 100644
--- a/tex/context/base/mkxl/font-imp-text.lmt
+++ b/tex/context/base/mkxl/font-imp-text.lmt
@@ -13,7 +13,7 @@ local registerotffeature = fonts.handlers.otf.features.register
local function initialize(tfmdata,value)
if type(value) == "string" then
- tfmdata.properties.textcontrol = tex.stringtocodesbitmap(value,tex.textcontrolcodes)
+ tfmdata.properties.textcontrol = (tfmdata.properties.textcontrol or 0) | tex.stringtocodesbitmap(value,tex.textcontrolcodes)
end
end