diff options
Diffstat (limited to 'tex/context/base/font-otr.lua')
-rw-r--r-- | tex/context/base/font-otr.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tex/context/base/font-otr.lua b/tex/context/base/font-otr.lua index a83766f85..3ff260d44 100644 --- a/tex/context/base/font-otr.lua +++ b/tex/context/base/font-otr.lua @@ -1544,6 +1544,13 @@ local function readdata(f,offset,specification) readers["gpos"](f,fontdata,specification) readers["math"](f,fontdata,specification) -- + if readers.filterkerns then + readers.filterkerns(fontdata) + end + if readers.splitlookups then + readers.splitlookups(fontdata) + end + -- fontdata.locations = nil fontdata.tables = nil fontdata.cidmaps = nil |