Added in API level 29
android.graphics.text
Classes
LineBreakConfig | Specifies the line-break strategies for text wrapping. |
LineBreakConfig.Builder |
A builder for creating a LineBreakConfig instance.
|
LineBreaker | Provides automatic line breaking for a single paragraph. |
LineBreaker.Builder |
Helper class for creating a LineBreaker .
|
LineBreaker.ParagraphConstraints | Line breaking constraints for single paragraph. |
LineBreaker.Result |
Holds the result of the line breaking algorithm .
|
MeasuredText | Result of text shaping of the single paragraph string. |
MeasuredText.Builder |
Helper class for creating a MeasuredText .
|
PositionedGlyphs | Text shaping result object for single style text. |
TextRunShaper | Provides conversion from a text into glyph array. |