Tincture.Typography.RichText.Run (Tincture v0.1.0)

Copy Markdown View Source

A span of text sharing one font, size and style.

Summary

Types

t()

@type t() :: %Tincture.Typography.RichText.Run{
  font: String.t(),
  size: number(),
  style: atom() | nil,
  text: String.t()
}