Class | Description |
---|---|
CustomLetterSpacingSpan |
A
MetricAffectingSpan that allows to set the letter spacing
on the selected text span. |
CustomLineHeightSpan |
We use a custom
LineHeightSpan , because `lineSpacingExtra` is broken. |
CustomStyleSpan | |
DefaultStyleValuesUtil |
Utility class that access default values from style
|
ReactBaseTextShadowNode |
ReactShadowNode abstract class for spannable text nodes. |
ReactFontManager |
Class responsible to load and cache Typeface objects.
|
ReactRawTextManager |
Manages raw text nodes (aka
textContent in terms of DOM). |
ReactRawTextShadowNode |
ReactShadowNode class for pure raw text node (aka textContent in terms of DOM). |
ReactTagSpan |
Instances of this class are used to place reactTag information of nested text react nodes
into spannable text rendered by single
TextView |
ReactTextAnchorViewManager<T extends android.view.View,C extends ReactBaseTextShadowNode> |
Abstract class for anchor
<Text> -ish spannable views, such as TextView or TextEdit . |
ReactTextInlineImageShadowNode |
Base class for
YogaNode s that represent inline images. |
ReactTextShadowNode |
ReactBaseTextShadowNode concrete class for anchor Text node. |
ReactTextUpdate |
Class that contains the data needed for a text update.
|
ReactTextView | |
ReactTextViewManager |
Concrete class for
ReactTextAnchorViewManager which represents view managers of anchor
<Text> nodes. |
ReactVirtualTextShadowNode |
A virtual text node.
|
ReactVirtualTextViewManager |
Manages raw text nodes.
|
ShadowStyleSpan | |
TextInlineImageSpan |
Base class for inline image spans.
|