Package-level declarations
Types
A composable function that draws the gutter beside a BlockQuote.
Function that computes the TextStyle for the given header level, given the current TextStyle for this point in the composition. Note that the TextStyle passed into this function will be fully resolved. The returned style will then be merged with the passed-in text style, so any unspecified properties will be inherited.
Handler that will be triggered when a Format.Link is clicked.
Defines how FormattedLists should look.
Defines how to draw list markers for FormattedLists that are Ordered.
Scope object for composables that can draw rich text.
Configures all formatting attributes for drawing rich text.
Defines how to draw list markers for FormattedLists that are Unordered.
Functions
Draws some rich text. Entry point to the compose-richtext library.
Draws a block quote, with a BlockQuoteGutter drawn beside the children on the start side.
A specially-formatted block of text that typically uses a monospace font with a tinted background.
Contextually disables scrollbar for Desktop CodeBlocks under content tree.
Creates a formatted list such as a bullet list or numbered list.
A section heading.
A simple horizontal line drawn with the current content color.
A panel to show content similar to Bootstrap alerts, categorized as InfoPanelType.
A panel to show content similar to Bootstrap alerts, categorized as InfoPanelType. This composable is a shortcut to show only text in an info panel.
Creates an UnorderedMarkers that will cycle through the values in painters for each indentation level.
Entry point for integrating app's own typography and theme system with RichText.
Draws a table with an optional header row, and an arbitrary number of body rows.
Creates an OrderedMarkers that will cycle through the values in markers for each indentation level given the index.
Creates an UnorderedMarkers that will cycle through the values in markers for each indentation level.
Sets the RichTextStyle for its children.
Properties
The current RichTextStyle.