Expand description
Semantic style tokens and explicit style overrides layered over the theme.
Structs§
- Style
Overrides - Per-token style overrides layered on top of theme-derived defaults.
Enums§
- Style
Token - Semantic style token used when rendering text fragments.
Functions§
- apply_
style_ spec - Applies a raw style specification to a text fragment.
- apply_
style_ with_ theme - Applies a theme token using an already resolved theme.
- apply_
style_ with_ theme_ overrides - Applies a theme token using a resolved theme and explicit overrides.
- is_
valid_ style_ spec - Validates that a style specification uses syntax the renderer understands.