summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/tex/linebreak.h
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2015-10-07 02:16:02 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2015-10-07 02:16:02 +0000
commita021762e6ccc1101fefbac38abb168b69a11f0ca (patch)
treebaf31827b9c7c7af518a3f4aa58ccba0de18b640 /Build/source/texk/web2c/luatexdir/tex/linebreak.h
parent4ca2692153042a0c2f7db8d681e190b867ae2faf (diff)
web2c/luatexdir: Sync with the upstream trunk.
git-svn-id: svn://tug.org/texlive/trunk@38575 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex/linebreak.h')
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/linebreak.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/linebreak.h b/Build/source/texk/web2c/luatexdir/tex/linebreak.h
index 4593cc59a4a..af51d2c25a9 100644
--- a/Build/source/texk/web2c/luatexdir/tex/linebreak.h
+++ b/Build/source/texk/web2c/luatexdir/tex/linebreak.h
@@ -1,5 +1,5 @@
/* linebreak.h
-
+
Copyright 2009 Taco Hoekwater <taco@luatex.org>
This file is part of LuaTeX.
@@ -39,12 +39,14 @@ extern void ext_do_line_break(int paragraph_dir,
int tolerance,
scaled emergency_stretch,
int looseness,
+ /*
int hyphen_penalty,
int ex_hyphen_penalty,
- int pdf_adjust_spacing,
+ */
+ int adjust_spacing,
halfword par_shape_ptr,
int adj_demerits,
- int pdf_protrude_chars,
+ int protrude_chars,
int line_penalty,
int last_line_fit,
int double_hyphen_demerits,
@@ -54,18 +56,13 @@ extern void ext_do_line_break(int paragraph_dir,
int hang_after,
halfword left_skip,
halfword right_skip,
- int pdf_each_line_height,
- int pdf_each_line_depth,
- int pdf_first_line_height,
- int pdf_last_line_depth,
halfword inter_line_penalties_ptr,
int inter_line_penalty,
int club_penalty,
halfword club_penalties_ptr,
halfword widow_penalties_ptr,
int widow_penalty,
- int broken_penalty, halfword final_par_glue,
- halfword pdf_ignored_dimen);
+ int broken_penalty, halfword final_par_glue);
extern void get_linebreak_info(int *, int *);
extern halfword find_protchar_left(halfword l, boolean d);