Local style overrides for a content block.
Mirrors Typst's #set text(...) within a scope.
Fields:
body— child contenthyphenate— override text hyphenation for this blockjustify— override paragraph justificationfirst_line_indent— override first-line indent (nil = no change)
Summary
Types
@type t() :: %Folio.Content.LocalSet{ body: [Folio.Content.t()], first_line_indent: float() | nil, hyphenate: boolean() | nil, justify: boolean() | nil }