summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-10-28 21:04:56 +0000
committerKarl Berry <karl@freefriends.org>2018-10-28 21:04:56 +0000
commitb66ea0d4e8536692eab3deb715a0b87a88a4b506 (patch)
tree2d6c32e517e191c6b9278cf1d260e998bc90efd9 /Master/texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua
parentcc272ef6384ce91e8195ee19a50bf3d81bf22176 (diff)
luaotfload (28oct18)
git-svn-id: svn://tug.org/texlive/trunk@49010 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua')
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua26
1 files changed, 19 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua
index b66c1160b65..526fb6f0fc6 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua
@@ -1,11 +1,22 @@
-if not modules then modules = { } end modules ["features"] = {
- version = "2.91",
- comment = "companion to luaotfload-main.lua",
- author = "Hans Hagen, Khaled Hosny, Elie Roux, Philipp Gesang, Marcel Krüger",
- copyright = "PRAGMA ADE / ConTeXt Development Team",
- license = "see context related readme files"
+-----------------------------------------------------------------------
+-- FILE: luaotfload-features.lua
+-- DESCRIPTION: part of luaotfload / font features
+-----------------------------------------------------------------------
+
+local ProvidesLuaModule = {
+ name = "luaotfload-features",
+ version = "2.93", --TAGVERSION
+ date = "2018-10-28", --TAGDATE
+ description = "luaotfload submodule / features",
+ license = "GPL v2.0",
+ author = "Hans Hagen, Khaled Hosny, Elie Roux, Philipp Gesang, Marcel Krüger",
+ copyright = "PRAGMA ADE / ConTeXt Development Team",
}
+if luatexbase and luatexbase.provides_module then
+ luatexbase.provides_module (ProvidesLuaModule)
+end
+
local type = type
local next = next
@@ -1031,7 +1042,8 @@ local verbosebaselines = swapped(baselines)
--doc]]--
local support_incomplete = tabletohash({
- "deva", "beng", "guru", "gujr",
+ -- "deva",
+ "beng", "guru", "gujr",
"orya", "taml", "telu", "knda",
"mlym", "sinh",
}, true)