Package-level declarations
Types
Link copied to clipboard
Used for serializing Int color values as "#RRGGBB"
Link copied to clipboard
Represents a font face mismatch when the requested font face is not available on the device. This is used during content editing to indicate that a particular font face couldn't be matched to an available font.
Link copied to clipboard
@Serializable
Style information for a specific text selection or cursor position during content editing. This class holds various text formatting properties like font family, size, color, and style.
Link copied to clipboard
class TextBlockStyleInfo(val alignment: Alignment, val lineSpacingFactor: Numeric?, val rotation: Numeric, val flipY: Boolean)
Contains style properties that affect the whole text block during content editing.