Tincture.Typography.LayoutResult (Tincture v0.1.0)

Copy Markdown View Source

Laid-out lines, plus whatever did not fit within the line limit.

Summary

Types

t()

@type t() :: %Tincture.Typography.LayoutResult{
  lines: [Tincture.Typography.Line.t()],
  overflow?: boolean(),
  spill_lines: [Tincture.Typography.Line.t()],
  spill_text: String.t()
}