summaryrefslogtreecommitdiff
path: root/tex/context/base/font-gds.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2010-04-13 16:57:00 +0200
committerHans Hagen <pragma@wxs.nl>2010-04-13 16:57:00 +0200
commitf23cb4ae64dc24ea24aaa2d1fdf049756063cfff (patch)
tree817575a0319465a5dc7635d657ff63ee3ce9b72e /tex/context/base/font-gds.lua
parentd756982cace67ccf8728a65e2806bb79959cf810 (diff)
downloadcontext-f23cb4ae64dc24ea24aaa2d1fdf049756063cfff.tar.gz
beta 2010.04.13 16:57
Diffstat (limited to 'tex/context/base/font-gds.lua')
-rw-r--r--tex/context/base/font-gds.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/font-gds.lua b/tex/context/base/font-gds.lua
index 601e139ee..cace12509 100644
--- a/tex/context/base/font-gds.lua
+++ b/tex/context/base/font-gds.lua
@@ -272,12 +272,12 @@ local function initialize(goodies)
end
if mapfiles then
for i=1,#mapfiles do
- pdf.mapfile(mapfiles[i]) -- todo: backend function
+ fonts.map.loadfile(mapfiles[i]) -- todo: backend function
end
end
if maplines then
for i=1,#maplines do
- pdf.mapline(maplines[i]) -- todo: backend function
+ fonts.map.loadline(maplines[i]) -- todo: backend function
end
end
end