summaryrefslogtreecommitdiff
path: root/tex/context/base/font-otc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/font-otc.lua')
-rw-r--r--tex/context/base/font-otc.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/tex/context/base/font-otc.lua b/tex/context/base/font-otc.lua
index c2ccf42b0..4a71e3df6 100644
--- a/tex/context/base/font-otc.lua
+++ b/tex/context/base/font-otc.lua
@@ -21,12 +21,6 @@ local otf = fonts.handlers.otf
local registerotffeature = otf.features.register
local setmetatableindex = table.setmetatableindex
--- In the userdata interface we can not longer tweak the loaded font as
--- conveniently as before. For instance, instead of pushing extra data in
--- in the table using the original structure, we now have to operate on
--- the mkiv representation. And as the fontloader interface is modelled
--- after fontforge we cannot change that one too much either.
-
local normalized = {
substitution = "substitution",
single = "substitution",
@@ -37,7 +31,6 @@ local normalized = {
}
local types = {
- single = "gsub_single",
substitution = "gsub_single",
ligature = "gsub_ligature",
alternate = "gsub_alternate",