From 762562da00d0ec1d50e6d3c2a701156ab42e6d71 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Thu, 27 Apr 2017 01:41:25 +0200 Subject: 2017-04-27 01:06:00 --- tex/context/base/mkiv/font-col.lua | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'tex/context/base/mkiv/font-col.lua') diff --git a/tex/context/base/mkiv/font-col.lua b/tex/context/base/mkiv/font-col.lua index d7b76a615..3698960b8 100644 --- a/tex/context/base/mkiv/font-col.lua +++ b/tex/context/base/mkiv/font-col.lua @@ -125,14 +125,15 @@ function collections.define(name,font,ranges,details) offset = tonumber(offset) or false end d[#d+1] = { - font = font, - start = start, - stop = stop, - gaps = gaps, - offset = offset, - rscale = tonumber (details.rscale) or 1, - force = toboolean(details.force,true), - check = toboolean(details.check,true), + font = font, + start = start, + stop = stop, + gaps = gaps, + offset = offset, + rscale = tonumber (details.rscale) or 1, + force = toboolean(details.force,true), + check = toboolean(details.check,true), + features = details.features, } end end -- cgit v1.2.3