diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-02-03 13:01:31 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-02-03 13:01:31 +0000 |
commit | 4dc568b1e2c01476f34b6c014da3bc487b71aacf (patch) | |
tree | a6a389e1a3915bdc1b618eb2aeae27fd7f21b68a /Build/source/texk/web2c/luatexdir/lua/luagen.h | |
parent | 4a985ab4153e6ba130b801d4cec60709b0a44e47 (diff) |
Import LuaTeX snapshot 0.78.3
git-svn-id: svn://tug.org/texlive/trunk@32854 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/lua/luagen.h')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/lua/luagen.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lua/luagen.h b/Build/source/texk/web2c/luatexdir/lua/luagen.h index 9ab2e8e8c2f..b88503ceb6e 100644 --- a/Build/source/texk/web2c/luatexdir/lua/luagen.h +++ b/Build/source/texk/web2c/luatexdir/lua/luagen.h @@ -1,6 +1,6 @@ /* luagen.h - Copyright 2009 Taco Hoekwater <taco@luatex.org> + Copyright 2009-2013 Taco Hoekwater <taco@luatex.org> This file is part of LuaTeX. @@ -17,11 +17,11 @@ You should have received a copy of the GNU General Public License along with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */ -/* $Id: luagen.h 3261 2009-12-18 11:38:21Z taco $ */ +/* $Id: luagen.h 4679 2013-12-19 15:47:53Z luigi $ */ extern void lua_begin_page(PDF pdf); extern void lua_end_page(PDF pdf); -extern void lua_place_glyph(PDF pdf, internal_font_number f, int c); +extern void lua_place_glyph(PDF pdf, internal_font_number f, int c, int ex); extern void lua_place_rule(PDF pdf, scaledpos size); extern void finish_lua_file(PDF pdf); |