printed.flow.document

Flow document.

Members

Classes

FlowDocument
class FlowDocument

Concrete implementation of IFlowDocument using a `

Functions

splitIntoWords
string[] splitIntoWords(const(char)[] sentence)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

IFlowDocument
interface IFlowDocument

A Flow Document produces output without any box model, in a streamed manner. If something fits, it is included. Honestly, it's already complicated and having boxes and defering rendering is probably better for better results. For example, this rendere can't ever support hyphenation or text justifying. The interface is thought to be able to render Markdown quickly.

Meta