Folio.Content.Text (Folio v0.3.0)

Copy Markdown View Source

A plain text run. Fields: text, size, weight, fill, tracking.

Summary

Types

t()

@type t() :: %Folio.Content.Text{
  fill: String.t() | nil,
  size: String.t() | nil,
  text: String.t(),
  tracking: String.t() | nil,
  weight: String.t() | nil
}