diff options
Diffstat (limited to 'z21.c')
-rw-r--r-- | z21.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ /*@z21.c:Galley Maker:SizeGalley()@*******************************************/ /* */ -/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.32) */ +/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.33) */ /* COPYRIGHT (C) 1991, 2006 Jeffrey H. Kingston */ /* */ /* Jeffrey H. Kingston (jeff@it.usyd.edu.au) */ @@ -311,6 +311,7 @@ OBJECT *dest_index, OBJECT *recs, OBJECT *inners, OBJECT enclose) word_font(tmp) = word_colour(tmp) = word_language(tmp) = 0; word_texture(tmp) = 1; word_baselinemark(tmp) = FALSE; + word_strut(tmp) = FALSE; word_ligatures(tmp) = TRUE; word_outline(tmp) = FALSE; word_hyph(tmp) = FALSE; |