aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorsgeerken <devnull@localhost>2012-06-25 21:29:01 +0200
committersgeerken <devnull@localhost>2012-06-25 21:29:01 +0200
commit202e5b6b44a0900967d7fb945415799738cf1881 (patch)
treed328792f53af6ee1b972214f0a48d347f2318c5f /doc
parent466943b3be2ebdedf4949103993c4625775385ca (diff)
Doc, tests
Diffstat (limited to 'doc')
-rw-r--r--doc/dw-line-breaking.doc9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/dw-line-breaking.doc b/doc/dw-line-breaking.doc
index 43d7d448..a4ddd00e 100644
--- a/doc/dw-line-breaking.doc
+++ b/doc/dw-line-breaking.doc
@@ -9,7 +9,12 @@ notes. Should be incorporated into dw::Textblock.</div>
<li>Definition of word: hyphenationed word consists of multiple words.</li>
<li>Splitting up: dw/textblock.cc and dw/textblock_linebreaking.cc</li>
<li>Test HTML files in the <i>test</i> directory.</li>
-<li>Adjust dw::Textblock::HYPHEN_BREAK.</li>
+<li>Adjust dw::Textblock::HYPHEN_BREAK. Also
+dw::Textblock::Word::stretchability,
+dw::Textblock::Word::shrinkability, which are both set in
+dw::Textblock::addSpace().</li>
+
+<li>Creating a line as a whole, "invisible" words.</li>
</ul>
<h2>Literature</h2>
@@ -188,8 +193,6 @@ usw.
collapsing spaces still needed anyway?)</li>
<li>List items (and aligned table cells) have to be reviewed (usage of
dw::Textblock::line1Offset).</li>
-<li>Sometimes, lines are too wide. It seems that this difference is
- exacly the width of a hyphen.
</ul>
<h3>Minor</h3>