Skia.TextSpan (Skia v0.1.1)

Copy Markdown View Source

Styled text run for paragraph rendering.

Summary

Types

t()

@type t() :: %Skia.TextSpan{style: Skia.TextStyle.t() | nil, text: String.t()}

Functions

new(text, opts \\ [])

@spec new(
  String.t(),
  keyword()
) :: t()