diff options
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/dvi/dvigen.w')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/dvi/dvigen.w | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/luatexdir/dvi/dvigen.w b/Build/source/texk/web2c/luatexdir/dvi/dvigen.w index 07cf7ccc0cb..a2e2e215a1f 100644 --- a/Build/source/texk/web2c/luatexdir/dvi/dvigen.w +++ b/Build/source/texk/web2c/luatexdir/dvi/dvigen.w @@ -1,6 +1,6 @@ % dvigen.w % -% Copyright 2009-2012 Taco Hoekwater <taco@@luatex.org> +% Copyright 2009-2013 Taco Hoekwater <taco@@luatex.org> % % This file is part of LuaTeX. % @@ -30,8 +30,8 @@ @ Initial identification of this file, and the needed headers. @c static const char _svn_version[] = - "$Id: dvigen.w 4576 2013-02-08 20:42:57Z hhenkel $" - "$URL: https://foundry.supelec.fr/svn/luatex/tags/beta-0.76.0/source/texk/web2c/luatexdir/dvi/dvigen.w $"; + "$Id: dvigen.w 4679 2013-12-19 15:47:53Z luigi $" + "$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/dvi/dvigen.w $"; #include "ptexlib.h" @@ -1068,8 +1068,9 @@ void dvi_place_rule(PDF pdf, halfword q, scaledpos size) dvi_four(size.h); } -void dvi_place_glyph(PDF pdf, internal_font_number f, int c) +void dvi_place_glyph(PDF pdf, internal_font_number f, int c, int ex) { + /* TODO: do something on ex, select font (if possible) */ scaled_whd ci; synch_dvi_with_pos(pdf->posstruct->pos); if (f != pdf->f_cur) { |