From 171f7b525a5f7ddfb1631501cbc2d09722de4018 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Fri, 12 Apr 2019 18:03:49 +0200 Subject: 2019-04-12 17:51:00 --- tex/context/base/mkiv/typo-drp.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tex/context/base/mkiv/typo-drp.lua') diff --git a/tex/context/base/mkiv/typo-drp.lua b/tex/context/base/mkiv/typo-drp.lua index 9a59891e1..6ac59d00c 100644 --- a/tex/context/base/mkiv/typo-drp.lua +++ b/tex/context/base/mkiv/typo-drp.lua @@ -45,6 +45,7 @@ local setchar = nuts.setchar local setwhd = nuts.setwhd local setkern = nuts.setkern local setoffsets = nuts.setoffsets +local setglyphdata = nuts.setglyphdata local hpack_nodes = nuts.hpack @@ -257,7 +258,7 @@ actions[v_default] = function(head,setting) setfont(current,font) end if dynamic > 0 then - setattr(current,0,dynamic) + setglyphdata(current,dynamic) end -- apply font -- cgit v1.2.3