Reusable paragraph layout options for Skia.text/3.
Skia.text/3
@type t() :: %Skia.ParagraphStyle{ align: atom() | nil, direction: atom() | nil, ellipsis: String.t() | nil, height: number() | nil, max_lines: non_neg_integer() | nil, vertical_align: :top | :center | :bottom | nil, width: number() | nil }
@spec new(keyword()) :: t()
@spec to_opts(t()) :: keyword()