TextStyle.ParagraphMetrics

Members

Variables

alignment
TextAlignment alignment;

Note that TextAlignment.Left might be redefined to mean "Forward", meaning left if left-to-right, right if right-to-left, but right now it ignores bidi anyway.

lineSpacing
int lineSpacing;

Extra spacing between each line, given in physical pixels.

paragraphIndentation
int paragraphIndentation;

Extra indentation on the first line of each paragraph, given in physical pixels.

paragraphSpacing
int paragraphSpacing;

Spacing between each paragraph, given in physical pixels.

Meta

History

Added February 24, 2025 ditto