summaryrefslogtreecommitdiff
path: root/tex/context/base/font-ctx.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2013-05-16 00:29:00 +0200
committerHans Hagen <pragma@wxs.nl>2013-05-16 00:29:00 +0200
commitfb5cf714f7ccb76de609cd7f0c04bcad94ad001f (patch)
treed2f638076afa3fe1ffb47f280feb16afd5f3b723 /tex/context/base/font-ctx.lua
parent45b521ddafbca5ae56f3730330cf2dc347a051d1 (diff)
downloadcontext-fb5cf714f7ccb76de609cd7f0c04bcad94ad001f.tar.gz
beta 2013.05.16 00:29
Diffstat (limited to 'tex/context/base/font-ctx.lua')
-rw-r--r--tex/context/base/font-ctx.lua8
1 files changed, 6 insertions, 2 deletions
diff --git a/tex/context/base/font-ctx.lua b/tex/context/base/font-ctx.lua
index c894660d5..ae42ed18e 100644
--- a/tex/context/base/font-ctx.lua
+++ b/tex/context/base/font-ctx.lua
@@ -68,7 +68,9 @@ local lastmathids = hashes.lastmathids
local designsizefilename = fontgoodies.designsizes.filename
-local otffeatures = handlers.otf.features
+local otffeatures = otf.features
+local otftables = otf.tables
+
local registerotffeature = otffeatures.register
local baseprocessors = otffeatures.processors.base
local baseinitializers = otffeatures.initializers.base
@@ -159,7 +161,9 @@ local needsnodemode = {
gpos_mark2ligature = true,
}
-fonts.handlers.otf.tables.scripts.auto = "automatic fallback to latn when no dflt present"
+otftables.scripts.auto = "automatic fallback to latn when no dflt present"
+
+-- setmetatableindex(otffeatures.descriptions,otftables.features)
local privatefeatures = {
tlig = true,