Module spandex::layout::paragraphs[][src]

Expand description

Logic for laying out a paragraph.

Modules

Mathematical logic for typesetting a sequence of words which have a semantics of “paragraph”. That is, the logic to split a sequence of words into lines.

Structure used in the graph part of the line breaking algorithm. It allows to store the accumulated statistics of line breaks and allows a dynamic programming approach.

Various blocks holding information and specifications about the structure of a paragraph.

This module contains the trait and implementation of justification algorithms.

This module contains the functions related to ligatures.

Set of utility functions for manipulating ASTs, the line breaking algorithm, and the Paragraph structure.

Structs

Holds a list of items describing a paragraph.