-
AndroidFont.TypefaceLoader
Loader for loading an AndroidFont and producing an android.graphics.Typeface.
-
AnnotatedString.Annotation
Defines annotations that specify additional information to apply to ranges of text within the given AnnotatedString.
-
EditCommand
EditCommand is a command representation for the platform IME API function calls.
-
Font
The interface of the font resource.
-
Font.ResourceLoader
Interface used to load a font resource.
-
FontFamily.Resolver
Main interface for resolving FontFamily into a platform-specific typeface for use in Compose-based applications.
-
FontVariation.Setting
Represents a single point in a variation, such as 0.7 or 100
-
InputEventCallback
An interface of listening IME events.
-
LinkInteractionListener
An interface triggered when a user interacts with a link in the text
-
OffsetMapping
Provides bidirectional offset mapping between original and transformed text.
-
Paragraph
A paragraph of text that is laid out.
-
ParagraphIntrinsics
Calculates and presents the intrinsic width and height of text.
-
PlatformTextInputService
Platform specific text input service.
-
TextInclusionStrategy
The text inclusion strategy used by Paragraph.getRangeForRect, it specifies when a range of text is inside the given rect based on the geometric relation between the text range's…
-
Typeface
A class that can be used for changing the font used in text.
-
VisualTransformation
Interface used for changing visual output of the input field.
Last updated: