One laid-out line: its text, its tokens, its measured width and its position.
Summary
Types
@type t() :: %Tincture.Typography.Line{ text: String.t(), tokens: [Tincture.Typography.RichText.token()], width: float(), x: float(), y: float() }
One laid-out line: its text, its tokens, its measured width and its position.
@type t() :: %Tincture.Typography.Line{ text: String.t(), tokens: [Tincture.Typography.RichText.token()], width: float(), x: float(), y: float() }