diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:41:14 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:41:14 +0000 |
commit | f7f41daa27e7ccff0aa184cc81e80b9c96e3d761 (patch) | |
tree | 3e81dfa2c263c20d7c9307a175b71ee6b7a5fd39 /z36.c | |
parent | 26230a416563decd82a0af827c0987b8628c5ef9 (diff) | |
download | lout-f7f41daa27e7ccff0aa184cc81e80b9c96e3d761.tar.gz |
Lout 3.35.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@39 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'z36.c')
-rw-r--r-- | z36.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ /*@z36.c:Hyphenation: Declarations@*******************************************/ /* */ -/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.34) */ +/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.35) */ /* COPYRIGHT (C) 1991, 2007 Jeffrey H. Kingston */ /* */ /* Jeffrey H. Kingston (jeff@it.usyd.edu.au) */ @@ -1140,6 +1140,7 @@ OBJECT Hyphenate(OBJECT x) z = MakeWord(WORD, &key[stop+1], &fpos(y)); word_font(z) = word_font(y); word_colour(z) = word_colour(y); + word_underline_colour(z) = word_underline_colour(y); word_texture(z) = word_texture(y); word_texture(z) = word_texture(y); word_outline(z) = word_outline(y); @@ -1260,6 +1261,7 @@ OBJECT Hyphenate(OBJECT x) { z = MakeWord(WORD, &key[start+i-1], &fpos(y)); word_font(z) = word_font(y); word_colour(z) = word_colour(y); + word_underline_colour(z) = word_underline_colour(y); word_texture(z) = word_texture(y); word_outline(z) = word_outline(y); word_language(z) = word_language(y); |