summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/font-ext.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2017-07-14 21:22:10 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2017-07-14 21:22:10 +0200
commit23b495f46b4d2e9264d54095f43774ef47d3a656 (patch)
tree1b0131b93d92d4aa7e15b55c50ad1dfa3573a7e1 /tex/context/base/mkiv/font-ext.lua
parent6ae40572e7643edcc29f8d5b071221dd1e04bdf3 (diff)
downloadcontext-23b495f46b4d2e9264d54095f43774ef47d3a656.tar.gz
2017-07-14 19:41:00
Diffstat (limited to 'tex/context/base/mkiv/font-ext.lua')
-rw-r--r--tex/context/base/mkiv/font-ext.lua11
1 files changed, 6 insertions, 5 deletions
diff --git a/tex/context/base/mkiv/font-ext.lua b/tex/context/base/mkiv/font-ext.lua
index cf77ac4eb..d541521fb 100644
--- a/tex/context/base/mkiv/font-ext.lua
+++ b/tex/context/base/mkiv/font-ext.lua
@@ -749,15 +749,15 @@ registerafmfeature(dimensions_specification)
--
-- \definecolor[DummyColor][s=.75,t=.5,a=1] {\DummyColor test} \nopdfcompression
--
--- local gray = { "pdf", "/Tr1 gs .75 g" }
--- local black = { "pdf", "/Tr0 gs 0 g" }
+-- local gray = { "pdf", "origin", "/Tr1 gs .75 g" }
+-- local black = { "pdf", "origin", "/Tr0 gs 0 g" }
-- sort of obsolete as we now have \showglyphs
local push = { "push" }
local pop = { "pop" }
-local gray = { "pdf", ".75 g" }
-local black = { "pdf", "0 g" }
+local gray = { "pdf", "origin", ".75 g" }
+local black = { "pdf", "origin", "0 g" }
local downcache = { } -- handy for huge cjk fonts
local rulecache = { } -- handy for huge cjk fonts
@@ -1486,7 +1486,8 @@ do
report_reorder("stop swapping lookups, %i lookups swapped",swapped)
report_reorder()
end
- tfmdata.resources.sequences = sequences
+-- tfmdata.resources.sequences = sequences
+ tfmdata.shared.reorderedsequences = sequences
end
end
end