summaryrefslogtreecommitdiff
path: root/tex/context/base/font-age.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/font-age.lua')
-rw-r--r--tex/context/base/font-age.lua13
1 files changed, 7 insertions, 6 deletions
diff --git a/tex/context/base/font-age.lua b/tex/context/base/font-age.lua
index 5c19d41b1..741bb475a 100644
--- a/tex/context/base/font-age.lua
+++ b/tex/context/base/font-age.lua
@@ -1,16 +1,17 @@
-if not modules then modules = { } end modules ['font-map'] = {
+if not modules then modules = { } end modules ['font-age'] = {
version = 1.001,
- comment = "companion to font-ini.mkiv",
+ comment = "companion to font-gee.lua",
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL",
copyright = "derived from http://www.adobe.com/devnet/opentype/archives/glyphlist.txt",
original = "Adobe Glyph List, version 2.0, September 20, 2002",
}
-fonts = fonts or { }
-fonts.enc = fonts.enc or { }
-fonts.enc.agl = fonts.enc.agl or { }
+if context then
+ texio.write_nl("fatal error: this module is not for context")
+ os.exit()
+end
-fonts.enc.agl.unicodes = { -- generated
+return { -- generated
["A"]=65,
["AE"]=198,
["AEacute"]=508,