wrapping-word
Word object wrapping

Prev:wrap-words ( words width -- lines )
Next:<wrapping-word> ( key width break? -- wrapping-word )


Vocabulary
wrap.words

Class description
A word is a Factor object annotated with a length (in the width slot) and knowledge about whether it is an allowable position for an optional line break (in the break? slot). Words can be created with <wrapping-word>.

See also
wrap-words

Definition