LineLayoutResult Interface
Represents a single line in a TextBlockLayoutResult.
Properties
| Name | Type | Description | |
|---|---|---|---|
| justificationRange | Range2dProps | Bounding box used when justifying the line. | |
| marker | undefined | RunLayoutResult | The marker run for the line, if any | |
| offsetFromDocument | Readonly<WritableXAndY> | The offset of the line from the top and left of the TextBlock. | |
| range | Range2dProps | The range of all the runs (including the marker) contained in the line. | |
| runs | RunLayoutResult[] | The runs contained in the line. |
Defined in
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.