summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/mkiv/font-ttf.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/font-ttf.lua')
-rw-r--r--Master/texmf-dist/tex/context/base/mkiv/font-ttf.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/font-ttf.lua b/Master/texmf-dist/tex/context/base/mkiv/font-ttf.lua
index 96c1d165ac1..b44f5d7bda1 100644
--- a/Master/texmf-dist/tex/context/base/mkiv/font-ttf.lua
+++ b/Master/texmf-dist/tex/context/base/mkiv/font-ttf.lua
@@ -904,7 +904,7 @@ function readers.glyf(f,fontdata,specification) -- part goes to cff module
else
contours2outlines_shaped(glyphs,shapes,specification.shapes)
end
- elseif specification.loadshapes then
+ elseif specification.shapes then
contours2outlines_normal(glyphs,shapes)
end
end