summaryrefslogtreecommitdiff
path: root/tex/context/base/font-agl.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/font-agl.lua')
-rw-r--r--tex/context/base/font-agl.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/tex/context/base/font-agl.lua b/tex/context/base/font-agl.lua
index 6ce0daa34..45aae9507 100644
--- a/tex/context/base/font-agl.lua
+++ b/tex/context/base/font-agl.lua
@@ -3,7 +3,7 @@ if not modules then modules = { } end modules ['font-map'] = {
comment = "companion to font-ini.mkiv",
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL",
copyright = "derived from http://www.adobe.com/devnet/opentype/archives/glyphlist.txt",
- comment = "Adobe Glyph List, version 2.0, September 20, 2002",
+ original = "Adobe Glyph List, version 2.0, September 20, 2002",
}
local allocate = utilities.storage.allocate
@@ -15,7 +15,7 @@ local unicodes = allocate {
-- filled from char-def.lua
}
-local extras = allocate {
+local extras = allocate { -- private extensions
Dcroat = 0x0110,
Delta = 0x2206,
Euro = 0x20AC,
@@ -274,6 +274,8 @@ end
-- We load this table only when needed. We coul duse a loading mechanism
-- return the table but there are no more vectors like this so why bother.
+fonts.enc = fonts.enc or { }
+
fonts.enc.agl = {
names = names, -- unicode -> name
unicodes = unicodes, -- name -> unicode