summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/font/vfpacket.w
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/font/vfpacket.w')
-rw-r--r--Build/source/texk/web2c/luatexdir/font/vfpacket.w6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/luatexdir/font/vfpacket.w b/Build/source/texk/web2c/luatexdir/font/vfpacket.w
index c885d809c96..32b5e634672 100644
--- a/Build/source/texk/web2c/luatexdir/font/vfpacket.w
+++ b/Build/source/texk/web2c/luatexdir/font/vfpacket.w
@@ -217,8 +217,8 @@ void do_vf_packet(PDF pdf, internal_font_number vf_f, int c, int ex_glyph)
packet_scaled(size.v, vp->fs_f); /* height (where is depth?) */
packet_scaled(size.h, vp->fs_f);
if (size.h > 0 && size.v > 0)
- pdf_place_rule(pdf, 0, size); /* the 0 is unused */
- mat_p->pos.h += size.h;
+ backend_out[rule_node](pdf, 0, size); /* the 0 is unused */
+ mat_p->pos.h += size.h;
break;
case packet_right_code:
packet_scaled(i, vp->fs_f);
@@ -255,7 +255,7 @@ void do_vf_packet(PDF pdf, internal_font_number vf_f, int c, int ex_glyph)
break;
case packet_node_code:
packet_number(k);
- hlist_out(pdf, (halfword) k);
+ hlist_out(pdf, (halfword) k, 0);
break;
case packet_nop_code:
break;